{ "name": "scratch-render", "version": "0.1.0", "description": "WebGL Renderer for Scratch 3.0", "author": "Massachusetts Institute of Technology", "license": "MPL-2.0", "homepage": "https://github.com/LLK/scratch-render#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/LLK/scratch-render.git" }, "main": "./dist/node/scratch-render.js", "browser": "./src/index.js", "scripts": { "build": "webpack --progress --colors", "docs": "jsdoc -c .jsdoc.json", "lint": "eslint .", "prepublishOnly": "npm run build", "prepublish-watch": "npm run watch", "start": "webpack-dev-server", "tap": "tap test/unit test/integration", "test": "npm run lint && npm run build && npm run tap", "version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"", "watch": "webpack --progress --colors --watch --watch-poll" }, "devDependencies": { "babel-core": "6.26.3", "babel-eslint": "10.1.0", "babel-loader": "7.1.5", "babel-polyfill": "6.26.0", "babel-preset-env": "1.7.0", "copy-webpack-plugin": "4.6.0", "docdash": "0.4.0", "eslint": "8.55.0", "eslint-config-scratch": "9.0.3", "gh-pages": "1.2.0", "jsdoc": "3.6.7", "json": "9.0.6", "playwright-chromium": "1.13.0", "scratch-vm": "0.2.0-prerelease.20201125065300", "tap": "11.1.5", "travis-after-all": "1.4.5", "uglifyjs-webpack-plugin": "1.3.0", "webpack": "4.47.0", "webpack-cli": "3.3.12", "webpack-dev-server": "3.11.2" }, "dependencies": { "@turbowarp/nanolog": "^0.2.0", "@turbowarp/scratch-svg-renderer": "^1.0.0-202312242305-12c360b", "grapheme-breaker": "0.3.2", "hull.js": "0.2.10", "ify-loader": "1.0.4", "linebreak": "0.3.0", "raw-loader": "^0.5.1", "scratch-storage": "^1.0.0", "twgl.js": "4.4.0" }, "private": true }