-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
{
"name": "@ylide/venom-feed-cache",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"dev:reader": "READER=true ts-node-dev --respawn --transpile-only ./src/index.ts"
},
"dependencies": {
"body-parser": "1.20.2",
"cookie-parser": "1.4.6",
"core-decorators": "0.20.0",
"cors": "2.8.5",
"dotenv": "16.3.1",
"express": "4.18.2",
"ioredis": "5.3.2",
"joi": "17.9.2",
"jsonwebtoken": "^9.0.2",
"lodash.isequal": "^4.5.0",
"lodash.uniq": "^4.5.0",
"newrelic": "10.5.0",
"node-fetch": "2.6.11",
"pg": "8.11.1",
"pg-format": "1.0.4",
"reflect-metadata": "0.1.13",
"typeorm": "0.3.17",
"web-push": "^3.6.6"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/lodash.isequal": "^4.5.6",
"@types/cookie-parser": "1.4.3",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash.uniq": "^4.5.7",
"@types/node": "20.5.0",
"@types/node-fetch": "2.6.4",
"@types/pg": "8.6.6",
"@types/pg-format": "1.0.2",
"@types/uuid": "9.0.2",
"@types/web-push": "^3.6.1",
"@ylide/sdk": "0.9.0-beta.8",
"@ylide/smart-buffer": "0.0.17",
"prettier": "3.0.1",
"ts-node": "10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "4.2.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "5.1.6"
},
"keywords": [],
"author": "",
"license": "ISC"
}