-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 764 Bytes
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
{
"name": "node-symspell",
"version": "0.1.0",
"scripts": {
"test": "lab -l -m 0",
"test-cov": "lab -l -t 90 -m 0 -r html -o coverage.html",
"lint": "eslint '**/*.js' --ignore-pattern node_modules/",
"lint-fix": "eslint '**/*.js' --ignore-pattern node_modules/ --fix"
},
"engines": {
"node": "12.x",
"npm": "6.5.x"
},
"dependencies": {
"difflib": "0.2.x",
"iter-tools": "^6.2.6"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"@hapi/code": "^5.2.0",
"eslint": "^5.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"@hapi/lab": "^20.4.0"
}
}