-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 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
50
51
52
53
54
55
56
57
58
59
{
"name": "be-francis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"migrate": "./node_modules/.bin/knex migrate:latest",
"drop": "./node_modules/.bin/knex migrate:rollback --all",
"seed": "./node_modules/.bin/knex seed:run",
"start": "node index.js",
"server": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dad-jokes-webeu/BE-Francis.git"
},
"engines": {
"node": "12.13.0",
"npm": "6.12.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dad-jokes-webeu/BE-Francis/issues"
},
"homepage": "https://github.com/dad-jokes-webeu/BE-Francis#readme",
"devDependencies": {
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"nodemon": "^1.19.4",
"supertest": "^4.0.2"
},
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.17.0",
"connect-session-knex": "^1.5.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"helmet": "^3.21.2",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.2",
"knex-paginator": "^2.0.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"node-cron": "^2.0.3",
"pg": "^7.12.1",
"sqlite3": "^4.1.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-express": "^4.1.2",
"unique-random-array": "^2.0.0"
}
}