forked from slate-engineering/shovel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "shovel",
"description": "",
"author": "slate-engineering",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": "14.7.0"
},
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --max-old-space-size=8192",
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=production node . --max-old-space-size=8192",
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --max-old-space-size=8192 ./scripts"
},
"repository": "slate-engineering/shovel",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@slack/webhook": "^6.0.0",
"@textile/hub": "^5.2.0",
"abort-controller": "^3.0.0",
"archiver": "^5.2.0",
"babel-plugin-module-resolver": "^4.1.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ioredis": "^4.23.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.16",
"node-fetch": "^2.6.1",
"p-queue": "^6.6.2",
"pg": "^8.5.1",
"request": "^2.88.2",
"unzipper": "^0.10.11",
"uuid": "^8.3.2",
"ws": "^7.4.3"
}
}