-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "meteor-testing",
"version": "0.0.1",
"description": "Common API used for an automated testing in Meteor",
"main": "index.js",
"scripts": {
"lint": "meteor npx eslint .",
"test": "meteor test-packages ./ --driver-package=meteortesting:mocha --once --raw-logs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majus/meteor-testing.git"
},
"author": "Denis Perov",
"license": "ISC",
"bugs": {
"url": "https://github.com/majus/meteor-testing/issues"
},
"homepage": "https://github.com/majus/meteor-testing#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@majus/eslint-config-meteor": "0.0.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-meteor": "^7.3.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"streamtest": "^2.0.0"
}
}