-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"scripts": {
"start": "source .env && nodemon app",
"everything": "source .env && n && nodemon app",
"migrate": "source .env && npx prisma migrate dev",
"introspect": "source .env && npx prisma introspect",
"studio": "source .env && npx prisma studio",
"push": "source .env && npx prisma db push"
},
"dependencies": {
"@prisma/client": "^3.15.2",
"@slack/web-api": "6.2.4",
"airtable": "0.11.1",
"celebrate": "14.0.0",
"cors": "^2.8.5",
"express": "4.17.1",
"express-validator": "6.12.0",
"helmet": "4.6.0",
"needle": "2.7.0",
"rc": "1.2.8",
"winston": "3.3.3"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.30.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"prisma": "^3.15.2"
},
"name": "wall-of-love",
"version": "1.0.0",
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"engines": {
"node": "v16.0.0"
},
"type": "module"
}