-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.extend.json
61 lines (61 loc) · 1.67 KB
/
package.extend.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
{
"name": "esops",
"description": "Decouple your infrastructure with composable auto-ignored template generation.",
"version": "3.5.0",
"author": "Sartaj<[email protected]>",
"license": "MIT",
"homepage": "https://github.com/sartaj/esops#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sartaj/esops.git"
},
"bugs": {
"url": "https://github.com/sartaj/esops/issues"
},
"main": "lib/index.js",
"bin": {
"esops": "lib/extensions/cli/cli.js"
},
"scripts": {
"local-esops": "npx ts-node ./extensions/cli/cli.ts ./infrastructure",
"test:e2e": "npm run build && NODE_ENV=e2e node ./test-utilities/e2e-runner.spec.js",
"test:update-snaps": "UPDATE_SNAPSHOTS=1 npm run test"
},
"dependencies": {
"async": "2.6.2",
"await-result": "2.2.1",
"boxen": "1.3.0",
"chalk": "2.4.1",
"cross-spawn": "6.0.5",
"es6-template-strings": "2.0.1",
"fs-jetpack": "2.2.0",
"fs-plus": "3.0.2",
"ignore": "5.0.6",
"is-directory": "0.3.1",
"json-stable-stringify": "1.0.1",
"log-driver": "1.2.7",
"loglevel": "1.6.1",
"marked": "0.7.0",
"marked-terminal": "3.0.0",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"multimatch": "2.1.0",
"pretty-error": "2.1.1",
"promised-pipe": "1.1.1",
"prompts": "2.0.0",
"read-pkg": "4.0.1",
"resolve-pkg": "1.0.0",
"shelljs": "^0.8.3",
"strip-json-comments": "3.0.1",
"tmp": "0.0.33",
"update-generated-text-fs": "1.0.0",
"wrap-ansi": "4.0.0"
},
"devDependencies": {
"await-spawn": "2.1.2",
"colors": "1.3.3",
"rimraf": "2.6.2",
"riteway-fs-snapshots": "1.0.1",
"shorthash": "0.0.2"
}
}