computer-graphics-study/package.json

20 lines
424 B
JSON

{
"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": {
"typescript": "^4.4.2",
"webgl-strict-types": "^1.0.4"
}
}