mson-three/package.json

37 lines
763 B
JSON

{
"name": "mson-three",
"version": "1.0.0",
"description": "Mson to THREE.js utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"bin": {
"mson-three": "./bin/mson-three.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc -w",
"prepare": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/three": "^0.161.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"optionalDependencies": {
"buffer": "^6.0.3",
"canvas": "^2.11.2",
"commander": "^12.0.0"
},
"dependencies": {
"three": "^0.161.0"
}
}