-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 797 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 797 Bytes
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
{
"name": "call-loop",
"version": "1.0.0",
"main": "index.sh",
"author": "DecentM",
"license": "MIT",
"scripts": {
"postmerge": "yarn --silent --frozen-lockfile --non-interactive --production=false",
"postcommit": "yarn --silent --frozen-lockfile --non-interactive --production=false"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-nodesecurity": "^1.3.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.3.1",
"shellcheck": "^0.2.3"
}
}