17 lines
505 B
JSON
17 lines
505 B
JSON
{
|
|
"name": "meteor-app",
|
|
"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.17.9",
|
|
"jquery": "^3.6.0",
|
|
"meteor-node-stubs": "^1.2.1",
|
|
"node-cron": "^3.0.3",
|
|
"rss-url-parser": "^1.1.0"
|
|
}
|
|
}
|