-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.82 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
{
"name": "upaki-sync",
"version": "1.11.48",
"description": "Módulo de sincronização de dados upaki.com, sincronize seus dados facilmente",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/leonetosoft/upaki-cli",
"author": "Leonardo Neto",
"license": "MIT",
"scripts": {
"config": "ts-node src/configGen.ts",
"clean": "shx rm -rf _bundles lib lib-esm",
"testcluster": "ts-node src\\indexClusterV2.ts --dev",
"testdownload": "ts-node src\\indexClusterV2.ts --dev",
"lib": "npm run clean && tsc",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack --watch --config webpack.config.js --progress --colors"
},
"dependencies": {
"@sentry/node": "^5.1.0",
"@types/event-emitter": "^0.3.2",
"@types/node": "^8.0.49",
"@types/socket.io-client": "^1.4.32",
"@types/sqlite3": "3.1.3",
"@types/uuid": "3.4.4",
"archiver": "^3.0.0",
"body-parser": "^1.19.0",
"chalk": "^2.3.2",
"diskusage-ng": "^0.2.3",
"express": "^4.16.4",
"https-proxy-agent": "^3.0.1",
"junk": "^2.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"multer": "^1.4.1",
"node-schedule": "^1.3.2",
"nsfw": "1.1.1",
"reflect-metadata": "^0.1.12",
"rmdir": "^1.2.0",
"shx": "^0.2.2",
"socket.io-client": "2.1.0",
"sqlite3": "4.0.3",
"upaki-cli": "^1.6.8",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/multer": "^1.3.7",
"@types/request": "^2.48.1",
"awesome-typescript-loader": "^3.0.4-rc.2",
"ts-node": "^3.3.0",
"typescript": "^2.9.2",
"webpack": "^2.2.1"
}
}