-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 935 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
33
34
35
36
37
38
39
40
{
"name": "scraplan-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "NODE_ENV=test mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yubin-j/scraplan-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yubin-j/scraplan-server/issues"
},
"homepage": "https://github.com/yubin-j/scraplan-server#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.7",
"sequelize": "^6.5.1",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"eslint": "^7.22.0",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"prettier": "^2.2.1"
}
}