mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
19 lines
515 B
JSON
19 lines
515 B
JSON
{
|
|
"name": "css-injection-test",
|
|
"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.5.1",
|
|
"meteor-node-stubs": "^1.2.1"
|
|
},
|
|
"meteor": {
|
|
"mainModule": "css-injection-test.js"
|
|
}
|
|
}
|