-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 802 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
27
28
29
30
31
32
33
34
{
"name": "@sparkol/contentful-update",
"version": "1.0.1",
"description": "",
"scripts": {
"test": "NODE_ENV=test mocha 'tests/**/*.test.js'",
"format": "prettier --check \"**/*.js\"",
"lint": "eslint ./ --ignore-pattern .gitignore"
},
"bin": {
"contentful-update": "./cli.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "5.1.0",
"contentful-management": "5.27.3",
"contentful-migration": "1.1.14",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"winston": "3.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "7.4.0",
"mocha": "8.0.1",
"mockery": "^2.1.0",
"prettier": "2.0.5",
"proxyquire": "^2.1.3",
"rewire": "5.0.0",
"sinon": "9.0.2"
}
}