-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 939 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": "rsync-toolkit",
"version": "1.0.0",
"description": "Tool for managing multiple rsync destinations for woa development.",
"main": "app.js",
"scripts": {
"setup": "node app.js setup",
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/xristos3490/rsync-toolkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xristos3490/rsync-toolkit/issues"
},
"homepage": "https://github.com/xristos3490/rsync-toolkit#readme",
"dependencies": {
"chokidar": "^3.5.3",
"cli-spinners": "^2.7.0",
"colors": "^1.4.0",
"figlet": "^1.5.2",
"inquirer": "^8.0.0",
"ssh2": "^1.12.0"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4"
}
}