forked from enonic/cli-enonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 802 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
{
"name": "@enonic/cli",
"description": "Command-line interface for Enonic XP",
"version": "0.0.0",
"scripts": {
"prepublishOnly": "node setversion.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enonic/cli-enonic.git"
},
"author": "Enonic <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/enonic/cli-enonic/issues"
},
"bin": {
"enonic": "index.js"
},
"goBinary": "enonic",
"homepage": "https://enonic.com/",
"files": [
"dist/enonic_darwin_*/**",
"dist/enonic_linux_*/**",
"dist/enonic_windows_*/**",
"index.js"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"enonic",
"cms",
"enonic xp",
"headless",
"content",
"cloud",
"api"
]
}