Files
DistrictCentral/package.json

30 lines
826 B
JSON
Raw Normal View History

{
"name": "DistrictCentral",
"private": true,
"scripts": {
"start": "meteor run",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"connect-route": "^0.1.5",
"jquery": "^3.4.1",
"meteor-node-stubs": "^1.0.0",
"phaser": "3.55.2",
"svelte": "^3.31.2"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"chai": "^4.2.0"
}
}