-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
46
47
48
49
{
"name": "events-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "latest",
"connect-session-sequelize": "^6.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.1",
"google-auth-library": "^6.0.0",
"nyc": "^15.1.0",
"pg": "^8.0.3",
"pg-native": "^3.0.0",
"sequelize": "^5.21.7"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.2",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"sequelize-cli": "^5.5.1",
"sqlite3": "^4.2.0",
"supertest": "^4.0.2"
},
"scripts": {
"start": "node index.js",
"build": "npx sequelize db:migrate",
"dev": "npx nodemon index.js",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockchainsforschools/events-backend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/blockchainsforschools/events-backend/issues"
},
"homepage": "https://github.com/blockchainsforschools/events-backend#readme"
}