forked from godaddy/slay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
46
{
"name": "slay",
"version": "4.0.0",
"description": "Rock-solid structured application layout for building APIs and web apps in Node.js",
"main": "lib/index.js",
"dependencies": {
"async": "^1.5.0",
"broadway": "^4.1.0",
"diagnostics": "^1.0.1",
"express": "^4.13.3",
"lodash.merge": "^4.6.2",
"nconf": "^0.11.3",
"snyk": "^1.316.1",
"understudy": "^4.1.0",
"winston": "^3.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^8.11.0",
"eslint-config-godaddy": "^6.0.0",
"mocha": "^9.2.2",
"request": "^2.79.0",
"sinon": "^1.17.2"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "eslint --fix ./lib ./test",
"posttest": "npm run lint",
"test": "mocha ./test/*.test.js",
"snyk-protect": "snyk protect",
"prepublishOnly": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "[email protected]/godaddy/slay.git"
},
"author": "GoDaddy.com Operating Company, LLC",
"contributors": [
"Charlie Robbins <[email protected]>",
"Fady Matar <[email protected]>"
],
"license": "MIT",
"snyk": true
}