-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
96 lines (96 loc) · 2.47 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "carpenterd",
"version": "6.1.0",
"description": "Build and compile npm packages",
"main": "./lib/index.js",
"bin": {
"carpenterd": "bin/server"
},
"scripts": {
"start": "bin/server",
"report": "nyc report --reporter=lcov",
"test": "nyc npm run test:mocha",
"test:mocha": "mocha 'test/**/*.test.js'",
"watch": "mocha --watch --reporter spec $(find test -path test/fixtures -prune -o -name '*.test.js')",
"localstack": "docker run -it -p 4569:4569 --rm localstack/localstack",
"eslint": "eslint-godaddy -c .eslintrc lib/ test/lib/",
"posttest": "npm run eslint"
},
"repository": {
"type": "git",
"url": "[email protected]/godaddy/carpenterd.git"
},
"keywords": [
"build",
"compile",
"carpenter",
"webpack",
"builder",
"widget",
"component"
],
"author": "GoDaddy.com Operating Company LLC",
"license": "MIT",
"dependencies": {
"async": "~3.1.0",
"aws-liveness": "^1.1.0",
"aws-sdk": "^2.569.0",
"bffs": "^7.0.0",
"bl": "^4.0.0",
"body-parser": "^1.19.0",
"cdnup": "^4.0.0",
"clean-css": "~4.2.1",
"create-servers": "^3.1.0",
"diagnostics": "~2.0.2",
"dynamodb-x": "^1.2.3",
"emits": "~3.0.0",
"errs": "~0.3.2",
"feedsme-api-client": "^3.0.0",
"fingerprinting": "~1.0.0",
"from2": "^2.3.0",
"joi": "^14.3.1",
"json-try-parse": "~1.0.0",
"lodash.intersection": "~4.4.0",
"lodash.omit": "^4.5.0",
"minimist": "~1.2.0",
"mkdirp": "^0.5.1",
"node-uuid": "~1.4.3",
"npm": "^6.9.0",
"nsq-stream": "^2.1.0",
"nsq.js-k8": "^1.2.1",
"object-assign": "~4.1.1",
"one-time": "~1.0.0",
"p-limit": "^2.2.1",
"repair": "~0.1.0",
"resolve": "^1.12.0",
"retryme": "^1.1.0",
"safe-regex": "^2.1.1",
"slay": "^3.1.1",
"slay-config": "^2.3.0",
"slay-contextlog": "~2.0.0",
"slay-log": "^2.3.0",
"tar-fs": "^2.0.0",
"through2": "~3.0.1",
"toml": "^3.0.0",
"uglify-js": "^3.6.0",
"walk": "~2.3.14",
"warehouse-models": "^6.0.0",
"winston": "^3.2.0"
},
"devDependencies": {
"assume": "^2.2.0",
"assume-sinon": "^1.0.1",
"babel-eslint": "^10.0.1",
"clone": "^2.1.2",
"eslint": "^6.1.0",
"eslint-config-godaddy": "^4.0.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-mocha": "^6.0.0",
"hyperquest": "^2.1.3",
"mocha": "^6.2.0",
"nock": "^11.7.0",
"nyc": "^14.1.0",
"rip-out": "^1.0.0",
"sinon": "^7.3.2"
}
}