-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 921 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
33
34
35
{
"name": "@iteam/config",
"version": "12.1.2",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Iteam1337/config.git"
},
"license": "ISC",
"scripts": {
"lint": "eslint 'src/**/*.js'",
"test": "npm run lint && mocha test/*.spec.js --recursive"
},
"author": "Dennis Pettersson <dennis.pettersson@iteam.se>",
"dependencies": {
"camelcase": "5.3.1",
"constant-case": "2.0.0",
"dot-prop": "5.1.1",
"is-docker": "2.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "3.0.4",
"@semantic-release/git": "7.0.16",
"chai": "4.2.0",
"eslint": "6.0.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "6.1.4",
"sinon": "7.3.2",
"sinon-chai": "3.3.0"
}
}