forked from contentful/contentful-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
162 lines (162 loc) · 5.02 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "contentful-cli",
"version": "0.30.0",
"description": "Contentful CLI tool",
"main": "bin/contentful.js",
"bin": {
"contentful": "bin/contentful.js"
},
"repository": {
"type": "git",
"url": "https://github.com/contentful/contentful-cli.git"
},
"author": "Contentful <[email protected]>",
"license": "MIT",
"scripts": {
"build": "npm run clean && babel lib -d dist",
"build:standalone": "npm run build && pkg --targets node8-macos-x64,node8-linux-x64,node8-win-x64 --out-dir build .",
"build:package": "npm run build:standalone && script/package",
"bump-brew-formula": "script/bump-brew-formula.sh",
"clean": "rimraf dist",
"dev": "nodemon --exec npm run build -w lib",
"lint": "eslint bin lib test",
"test": "npm run test:coverage",
"test:coverage": "BABEL_ENV=test nyc npm run test:unit",
"test:html-coverage": "BABEL_ENV=test nyc --reporter=html npm run test:unit",
"test:unit": "BABEL_ENV=test jest --maxWorkers=2 test/unit/** --verbose",
"test:unit:watch": "BABEL_ENV=test jest test/unit/** --verbose --watch",
"pretest:integration": "node test/integration/scripts/pre-test.js",
"pretest:integration:ci": "npm run pretest:integration",
"pretest:integration:update": "npm run pretest:integration",
"posttest:integration": "node test/integration/scripts/post-test.js",
"posttest:integration:ci": "npm run posttest:integration",
"posttest:integration:update": "npm run posttest:integration",
"test:jest": "jest test/integration/cmds/**",
"test:integration": "BABEL_ENV=test concurrently \"npm:run-talkback-proxy\" \"npm:test:jest\" --success first --kill-others",
"test:integration:ci": "BABEL_ENV=test concurrently \"npm:run-talkback-proxy\" \"npm:test:jest -- --runInBand\" --success first --kill-others",
"test:integration:update": "BABEL_ENV=test concurrently \"npm:run-talkback-proxy\" \"npm:test:jest -- --updateSnapshot\" --success first --kill-others",
"test:e2e": "cross-env BABEL_ENV=test jest --testPathPattern=test/e2e --verbose",
"test:simulate-ci": "trevor",
"precommit": "lint-staged",
"prepush": "BABEL_ENV=test jest --changedSince master test/unit/**",
"prepublish": "npm run clean && npm run build",
"run-talkback-proxy": "node test/proxy.js",
"semantic-release": "semantic-release"
},
"devDependencies": {
"app-root-path": "^2.1.0",
"axios": "^0.19.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.24.1",
"concurrently": "^4.0.1",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"http-proxy": "^1.17.0",
"husky": "^0.14.3",
"jest": "^23.4.2",
"lint-staged": "^7.2.2",
"nixt": "^0.5.1",
"node-zip": "^1.1.1",
"nodemon": "^1.18.3",
"nyc": "^12.0.2",
"pkg": "^4.3.3",
"rimraf": "^2.6.1",
"semantic-release": "^15.13.3",
"stream-buffers": "^3.0.2",
"strip-ansi": "^4.0.0",
"talkback": "^1.6.0",
"trevor": "^2.3.0"
},
"dependencies": {
"ast-types": "^0.11.5",
"bfj": "^6.1.1",
"blessed": "^0.1.81",
"bluebird": "^3.5.0",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"cli-table3": "^0.5.1",
"command-exists": "^1.2.7",
"contentful-export": "^7.6.0",
"contentful-import": "^7.5.1",
"contentful-management": "^5.9.0",
"contentful-migration": "^0.19.0",
"emojic": "^1.1.11",
"execa": "^0.10.0",
"figlet": "^1.2.0",
"find-up": "^3.0.0",
"https-proxy-agent": "^2.2.1",
"inquirer": "^6.0.0",
"inquirer-select-directory": "^1.1.2",
"listr": "^0.14.1",
"lodash": "^4.17.10",
"markdown-cli": "^1.6.0",
"mkdirp": "^0.5.1",
"mz": "^2.6.0",
"opn": "^5.3.0",
"path": "^0.12.7",
"prettier": "^1.14.0",
"recast": "^0.15.3",
"rxjs": "^5.5.6",
"shell-escape": "^0.2.0",
"tar": "^4.4.4",
"to-ast": "^1.0.0",
"tree-kill": "^1.1.0",
"wrap-ansi": "^3.0.1",
"yargs": "^13.2.4",
"zlib": "^1.0.5"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"dist",
"docs",
"version.js",
"README.md"
],
"jest": {
"testURL": "http://localhost/"
},
"nyc": {
"check-coverage": true,
"lines": 80,
"reporter": [
"lcov",
"text"
],
"sourceMap": false,
"instrument": false
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"pkg": {
"scripts": [
"./node_modules/blessed/lib/widgets/*.js",
"./dist/**/*.js"
],
"assets": [
"./node_modules/figlet/fonts/Standard.flf"
]
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}