forked from boolean-uk/js-fundamentals-arrays
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 790 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
{
"name": "js-fundamentals-arrays",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx jasmine spec/core.spec.js",
"test-extensions": "npx jasmine spec/extension.spec.js",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"prettier": "@boolean-uk/boolean-prettier-config",
"devDependencies": {
"@boolean-uk/boolean-prettier-config": "^1.0.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jasmine": "^4.5.0",
"nodemon": "^2.0.20",
"prettier": "^2.8.4"
}
}