-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
61 lines (61 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cozy-ach",
"version": "0.0.0-development",
"description": "Manage documents on a local or a remote Cozy",
"main": "libs/index.js",
"dependencies": {
"babel-runtime": "6.26.0",
"btoa": "1.2.1",
"colors": "^1.3.3",
"commander": "^2.19.0",
"core-js": "3.0.0",
"cozy-client": "^29.1.3",
"cozy-client-js": "^0.15.0",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.39.0",
"cozy-flags": "^2.8.7",
"date-fns": "1.30.1",
"directory-tree": "^2.2.1",
"dummy-json": "^2.0.0",
"es6-promise-pool": "^2.5.0",
"faker": "^5.5.3",
"isomorphic-fetch": "2.2.1",
"jest-diff": "^24.5.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"opn": "^5.1.0",
"pdf-lib": "^1.17.1",
"progress": "^2.0.3",
"regenerator-runtime": "0.11.0",
"request": "^2.88.2",
"server-destroy": "^1.0.1",
"timezone": "^1.0.22"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-cozy-app": "^1.5.0",
"eslint-plugin-prettier": "3.1.2",
"jest": "^25.2.7",
"mockdate": "^2.0.2",
"prettier-cli": "^0.1.0",
"semantic-release": "^15.13.3",
"tough-cookie-filestore": "^0.0.1",
"travis-deploy-once": "^5.0.11"
},
"scripts": {
"lint": "eslint '**/*.js'",
"test": "jest",
"start": "node ./cli.js",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
},
"author": "",
"license": "ISC",
"bin": {
"ACH": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cozy/ACH.git"
}
}