-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 854 Bytes
/
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
{
"name": "polsource-assignment",
"version": "1.0.0",
"description": "Polsource fullstack assignment",
"main": "src/index.js",
"scripts": {
"test": "cross-env APP_ENV=test nodemon src/index.js",
"start": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piechoo/Polsource-Assignment.git"
},
"author": "Piotr Piechowicz",
"license": "ISC",
"bugs": {
"url": "https://github.com/piechoo/Polsource-Assignment/issues"
},
"homepage": "https://github.com/piechoo/Polsource-Assignment#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"mocha": "^8.2.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.7",
"sequelize": "^6.5.0",
"should": "^13.2.3",
"sqlite3": "^5.0.1",
"supertest": "^6.1.3"
}
}