forked from fintechstudios/eslint-plugin-chai-as-promised
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 992 Bytes
/
package.json
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
{
"name": "@fintechstudios/eslint-plugin-chai-as-promised",
"version": "3.1.0",
"description": "Prevent common problems when using chai-as-promised",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Dylan Praul",
"contributors": [],
"main": "lib/index.js",
"bugs": "https://github.com/fintechstudios/eslint-plugin-chai-as-promised/issues",
"repository": "https://github.com/fintechstudios/eslint-plugin-chai-as-promised",
"homepage": "https://github.com/fintechstudios/eslint-plugin-chai-as-promised",
"scripts": {
"test": "nyc mocha --require ./test/load-rule-tester --exit lib/**/*.spec.js",
"lint": "eslint .",
"preversion": "npm run test -- --single-run",
"postversion": "git push --follow-tags && npm publish --access public"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.24.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=8.10.0"
},
"license": "MIT"
}