mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "meteor",
|
|
"version": "0.0.1",
|
|
"description": "Meteor's main repository, containing the Meteor tool, core packages, and documentation.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meteor/meteor.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/meteor/meteor/issues"
|
|
},
|
|
"homepage": "https://www.meteor.com/",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@types/lodash.isempty": "^4.4.9",
|
|
"@types/node": "^18.16.18",
|
|
"@types/sockjs": "^0.3.36",
|
|
"@types/sockjs-client": "^1.5.4",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"scripts": {
|
|
"install:unit": "cd tools/unit-tests && npm install",
|
|
"test:unit": "cd tools/unit-tests && npm test",
|
|
"test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js",
|
|
"install:e2e": "cd tools/modern-tests && npm install && npx playwright install --with-deps chromium chromium-headless-shell",
|
|
"test:e2e": "cd tools/modern-tests && npm test -- "
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 11
|
|
}
|
|
}
|