2022-08-04 19:50:18 -05:00
|
|
|
{
|
2025-06-21 07:28:59 -05:00
|
|
|
"name": "get-my",
|
2022-08-04 19:50:18 -05:00
|
|
|
"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",
|
2022-08-27 16:59:01 -05:00
|
|
|
"meteor-node-stubs": "^1.2.5",
|
2024-07-06 10:40:51 -05:00
|
|
|
"moment": "^2.29.4",
|
2024-08-21 07:01:36 -05:00
|
|
|
"node-cron": "^3.0.3",
|
|
|
|
|
"rss-url-parser": "^3.0.0",
|
2024-07-06 10:40:51 -05:00
|
|
|
"typeahead-standalone": "^5.2.0"
|
2022-08-04 19:50:18 -05:00
|
|
|
}
|
|
|
|
|
}
|