-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "dappforce-subsocial-offchain",
"version": "0.4.11",
"description": "Off-chain services for Subsocial Network.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
"homepage": "https://github.com/dappforce/dappforce-subsocial-offchain",
"engines": {
"node": ">= 14"
},
"scripts": {
"start": "node ./build/src/index.js",
"build": "tsc -p tsconfig.release.json",
"build:watch": "yarn copy-sql && tsc -w -p tsconfig.release.json",
"lint": "tsc --noEmit && eslint '*/**/*.{ts,tsx}' --quiet --fix",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"devDependencies": {
"@subsocial/config": "0.7.7",
"@types/connect-timeout": "^0.0.34",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.3",
"@types/jest": "^24.0.15",
"@types/jsonabc": "^2.3.1",
"@types/multer": "^1.4.4",
"@types/node": "^10.14.10",
"@types/request-promise": "^4.1.46",
"@types/uuid": "^8.3.0",
"jest": "~24.8.0",
"typescript": "^4.4.2"
},
"dependencies": {
"@subsocial/api": "0.8.15-beta.0",
"axios": "^0.26",
"body-parser": "^1.18.3",
"connect-timeout": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"json2csv": "^5.0.4",
"jsonabc": "^2.3.1",
"latest": "^0.2.0",
"lodash.isempty": "^4.4.0",
"multer": "^1.4.2",
"request-promise": "^4.2.5",
"ts-jest": "^26.4.4",
"uuid": "^8.3.2"
}
}