-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 886 Bytes
/
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
{
"name": "@ff0000-ad-tech/cs-plugin-vendor-indexes",
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"pub": "np"
},
"engines": {
"node": ">=9.8.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ff0000-ad-tech/cs-plugin-vendor-indexes.git"
},
"author": "RED Interactive Agency",
"license": "MIT",
"dependencies": {
"@ff0000-ad-tech/debug": "latest",
"fs-extra": "^5.0.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"np": "^2.19.0",
"prettier": "^1.10.2"
},
"wp-creative-server": {
"routes": {
"api": "./index.js"
},
"hooks": {
"bulk-control": {
"Vendor Indexes": "/api/?cmd=index+backups"
}
}
}
}