123456789101112131415161718 |
- {
- "name": "Journey",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "three": "^0.130.1"
- },
- "devDependencies": {
- "html-webpack-plugin": "^5.3.2"
- }
- }
|