-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "@base-cms/scripts",
"version": "0.0.1",
"description": "A collection of post-import cleanup scripts",
"main": "src/index.js",
"repository": "https://github.com/base-cms/scripts",
"author": "Josh Worden <[email protected]>",
"license": "MIT",
"dependencies": {
"@base-cms/async": "^1.0.0",
"@base-cms/base4-rest-api": "^1.9.0",
"@base-cms/canonical-path": "^1.9.0",
"@base-cms/db": "^1.9.0",
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.9.0",
"@base-cms/object-path": "^1.9.0",
"bcrypt": "^3.0.7",
"csv-reader": "^1.0.3",
"csv-writer": "^1.5.0",
"dotenv": "^8.2.0",
"envalid": "^6.0.0",
"googleapis": "^47.0.0",
"inquirer": "^7.0.0",
"micro": "^9.3.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-fetch": "^2.6.0",
"uuid": "^3.3.3"
},
"scripts": {
"lint": "eslint --ext .js --max-warnings 5 ./",
"start": "./node_modules/.bin/gulp",
"test": "yarn lint"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^6.0.0"
}
}