-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 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
36
37
{
"name": "intercom2dw",
"version": "1.0.0",
"bin": "index.js",
"main": "index.js",
"license": "MIT",
"private": true,
"engines": {
"node": ">=6"
},
"dependencies": {
"caporal": "^0.6.0",
"dnscache": "^1.0.1",
"node-fetch": "^1.7.1",
"pg": "^7.18.2",
"pg-native": "^3.0.0",
"postgrator": "^3.1.0",
"striptags": "^3.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.1",
"conventional-changelog-lint": "^1.1.9",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"pkg": "^4.2.0"
},
"scripts": {
"cs": "eslint lib/ index.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"changelog-lint": "conventional-changelog-lint -p angular --from master --to HEAD"
},
"pkg": {
"assets": "schemas/**/*"
}
}