-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 921 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
{
"name": "@adobe/xdpm",
"version": "4.1.1",
"description": "Adobe XD CLI Plugin Manager Utility",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AdobeXD/xdpm.git"
},
"keywords": [
"Adobe",
"XD",
"Plugin",
"Manager",
"Developer",
"CLI"
],
"author": "Adobe",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AdobeXD/xdpm/issues"
},
"homepage": "https://github.com/AdobeXD/xdpm#readme",
"dependencies": {
"ajv": "^6.12.2",
"chokidar": "^3.4.0",
"cli": "^1.0.1",
"debounce": "^1.2.0",
"ignore-walk": "^3.0.3",
"mkdirp": "^0.5.5",
"sanitize-filename": "^1.6.3",
"shelljs": "^0.8.4",
"yazl": "^2.5.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}