mson-three/package.json

24 lines
461 B
JSON

{
"name": "mson-three",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/three": "^0.161.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"dependencies": {
"three": "^0.161.0"
}
}