-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "lens",
"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",
"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",
"flexsearch": "^0.6.32",
"ioredis": "^4.20.0",
"knex": "^0.21.16",
"pg": "^8.5.1",
"prettier": "^2.1.2",
"uuid": "^8.3.2",
"ws": "^7.4.2"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.7"
}
}