house/package.json

22 lines
510 B
JSON
Raw Normal View History

{
"name": "vr-experiments3",
"version": "0.0.0",
"description": "vr experiments 3",
"scripts": {
"compile": "tsc",
"compile:watch": "tsc -w",
"rollup": "rollup -c",
"rollup:watch": "rollup -c -w",
"prepare": "yarn run compile && yarn run rollup"
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@babylonjs/core": "5"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0",
"rollup": "3.8",
"typescript": "4.9"
}
}