| { | |
| "name": "web3d", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@tweenjs/tween.js": "^17.3.0", | |
| "@types/tween.js": "^17.2.0", | |
| "three": "^0.103.0" | |
| } | |
| } | |