-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.02 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "fappurbate-backend",
"version": "0.1.0",
"description": "Fappurbate Backend",
"scripts": {
"dev": "moleculer-runner --repl --hot services",
"start": "moleculer-runner",
"cli": "moleculer connect NATS",
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "eslint services",
"dc:up": "docker-compose up --build -d",
"dc:down": "docker-compose down",
"dev:scripts": "npx webpack --watch",
"build:scripts": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fappurbate/backend.git"
},
"keywords": [
"chaturbate",
"webcam",
"fappurbate"
],
"author": "Kothique Felixx <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/fappurbate/backend/issues"
},
"homepage": "https://github.com/fappurbate/backend#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"eslint": "^5.10.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"moleculer-repl": "^0.5.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@kothique/moleculer-io": "^1.0.4",
"@kothique/moleculer-rethinkdbdash": "^1.0.1",
"@kothique/request-target": "^2.3.1",
"@kothique/winston-nedb": "^1.0.1",
"ajv": "^6.9.1",
"async-busboy": "^0.7.0",
"file-type": "^10.8.0",
"fs-extra": "^7.0.1",
"http-range": "^1.0.0",
"isolated-vm": "^1.7.9",
"moleculer": "^0.13.0",
"moleculer-io": "^1.0.2",
"moleculer-web": "^0.8.0",
"msgpack-lite": "^0.1.26",
"nats": "^1.0.1",
"rethinkdb": "^2.3.3",
"rethinkdbdash": "^2.3.31",
"sharp": "^0.21.3",
"stream-meter": "^1.0.4",
"tar-fs": "^2.0.0",
"tmp": "0.0.33",
"winston": "^3.2.1"
},
"engines": {
"node": ">=10.x.x"
},
"jest": {
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"rootDir": "./services",
"roots": [
"../test"
]
}
}