-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "kth-node-configuration",
"version": "2.1.0",
"description": "Configuration module for Node.js projects",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/KTH/kth-node-configuration"
},
"bugs": {
"url": "https://github.com/KTH/kth-node-configuration/issues"
},
"homepage": "https://github.com/KTH/kth-node-configuration#readme",
"scripts": {
"test": "jest",
"codefix": "pretty-quick",
"build": "./build.sh",
"prepare": "bash -c 'if [ -f ./node_modules/.bin/husky ]; then husky install; fi'"
},
"dependencies": {
"qs": "^6.11.0",
"urlgrey": "^0.4.4"
},
"author": {
"name": "KTH",
"email": "[email protected]",
"url": "https://github.com/KTH"
},
"keywords": [
"node",
"configuration"
],
"devDependencies": {
"@kth/eslint-config-kth": "^3.0.10",
"dotenv": "16.4.5",
"eslint": "^8.23.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0"
}
}