-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 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
{
"name": "alfresco-cli",
"version": "1.0.5",
"description": "Command line interface for Alfresco",
"main": "index.js",
"bin": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bhagya Nirmaan Silva",
"license": "MIT",
"dependencies": {
"alfresco-js-api": "^2.6.0",
"alfresco-js-api-node": "^2.6.0",
"ascii-table": "0.0.9",
"chalk": "^2.4.1",
"cli-progress": "^2.1.0",
"commander": "^2.19.0",
"figlet": "^1.2.1",
"flat": "^4.1.0",
"fs": "0.0.1-security",
"inquirer": "^6.2.0",
"shelljs": "^0.8.2",
"ts-node": "^7.0.1",
"vorpal": "^1.12.0",
"vorpal-autocomplete-fs": "0.0.3"
},
"devDependencies": {
"typescript": "^3.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/bhagyas/alfresco-cli.git"
}
}