2026-01-31 20:46:05 +02:00
|
|
|
{
|
|
|
|
|
"name": "tests",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "meteor run"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"airbnb-base",
|
|
|
|
|
"plugin:meteor/recommended"
|
|
|
|
|
],
|
|
|
|
|
"plugins": [
|
|
|
|
|
"meteor"
|
|
|
|
|
],
|
2026-02-18 18:24:55 +02:00
|
|
|
"parser": "@babel/eslint-parser",
|
2026-01-31 20:46:05 +02:00
|
|
|
"rules": {
|
|
|
|
|
"meteor/audit-argument-checks": 0,
|
|
|
|
|
"import/no-extraneous-dependencies": 0,
|
|
|
|
|
"import/extensions": 0,
|
|
|
|
|
"import/no-unresolved": 0,
|
|
|
|
|
"no-underscore-dangle": 0
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-18 18:24:55 +02:00
|
|
|
"@babel/runtime": "^7.26.0",
|
|
|
|
|
"meteor-node-stubs": "^1.2.13",
|
2026-01-31 20:46:05 +02:00
|
|
|
"meteor-reactive-cache": "^1.0.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-18 18:24:55 +02:00
|
|
|
"@babel/core": "^7.26.0",
|
|
|
|
|
"@babel/eslint-parser": "^7.25.9",
|
|
|
|
|
"chai": "^4.5.0",
|
|
|
|
|
"eslint": "^8.57.1",
|
|
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
|
|
|
"eslint-plugin-import": "^2.31.0",
|
|
|
|
|
"eslint-plugin-meteor": "^7.3.0",
|
2026-01-31 20:46:05 +02:00
|
|
|
"lodash.isequal": "^4.5.0",
|
2026-02-18 18:24:55 +02:00
|
|
|
"mocha": "^10.8.2"
|
2026-01-31 20:46:05 +02:00
|
|
|
}
|
|
|
|
|
}
|