get_my/package.json
Brian McGonagill 750811a81f initial commit
2022-08-04 19:50:18 -05:00

15 lines
443 B
JSON

{
"name": "pPickup",
"private": true,
"scripts": {
"start": "meteor run",
"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.15.3",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.1.0"
}
}