-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1017 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1017 Bytes
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
{
"name": "Rare",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"easymde": "^2.10.1",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-validator": "^6.4.0",
"gregorian": "^5.0.2",
"jsonwebtoken": "^8.5.1",
"markdown-editor": "^1.0.1",
"markdown-it": "^10.0.0",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"per-env": "^1.0.2",
"pg": "^8.0.0",
"pug": "^2.0.4",
"reading-time": "^1.2.0",
"sequelize": "^5.21.6"
},
"devDependencies": {
"dotenv-cli": "^3.1.0",
"faker": "^4.1.0",
"nodemon": "^2.0.3",
"sequelize-cli": "^5.5.1"
},
"scripts": {
"start": "nodemon -r dotenv/config ./bin/www",
"start:development": "nodemon -r dotenv/config ./bin/www",
"start:production": "./bin/www"
},
"keywords": [],
"author": "",
"license": "ISC"
}