-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 966 Bytes
/
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
{
"name": "fiji",
"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/fiji",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@textile/hub": "^5.2.0",
"babel-plugin-module-resolver": "^4.1.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.16",
"pg": "^8.5.1",
"ws": "^7.4.2"
}
}