-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "arasaac-watcher",
"version": "1.0.0",
"description": "Watcher for changes in ARASAAC files. Generate zip files when dir changes, resize images...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --ignore 'node_modules' --ignore 'materials' --inspect=0.0.0.0:9229 --trace-deprecation watcher.js",
"serve": "node watcher.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanda99/arasaac-watcher.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/juanda99/arasaac-watcher/issues"
},
"homepage": "https://github.com/juanda99/arasaac-watcher#readme",
"dependencies": {
"chokidar": "^3.3.1",
"fs-extra": "4.0.2",
"lodash": "^4.17.4",
"lodash.memoize": "^4.1.2",
"recursive-readdir": "2.2.1",
"sharp": "0.26.3",
"tar": "4.0.2",
"uuid": "^3.1.0",
"winston": "^3.0.0-rc1"
},
"devDependencies": {
"eslint": "^4.10.0",
"nodemon": "^1.12.1"
}
}