{ "name": "computer-graphics-study", "version": "1.0.0", "description": "study computer graphics", "main": "index.js", "scripts": { "start": "parcel index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "parcel-bundler": "^1.12.5" }, "devDependencies": { "glslify-bundle": "^5.1.1", "glslify-deps": "^1.3.2", "typescript": "^4.4.2", "webgl-strict-types": "^1.0.4" } }