-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.json
31 lines (31 loc) · 987 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
{
"name": "js-fundamentals-primitive-data-types",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx jasmine",
"test-all": "npx jasmine --config=spec/support/all-jasmine.json",
"test-extensions": "npx jasmine --config=spec/support/extensions-jasmine.json",
"test-advanced": "npx jasmine --config=spec/support/advanced-jasmine.json",
"prepare": "husky install",
"develop": "jasmine"
},
"author": "",
"license": "ISC",
"prettier": "@boolean-uk/boolean-prettier-config",
"devDependencies": {
"@boolean-uk/boolean-prettier-config": "^1.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "^7.0.4",
"jasmine": "^3.10.0",
"nodemon": "^2.0.13",
"prettier": "^2.6.2"
}
}