-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 834 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
{
"name": "url_shortner_node_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "mocha 'test/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SumitJadiya/URL_shortner_node_backend.git"
},
"author": "Sumit Jadiya",
"license": "ISC",
"bugs": {
"url": "https://github.com/SumitJadiya/URL_shortner_node_backend/issues"
},
"homepage": "https://github.com/SumitJadiya/URL_shortner_node_backend#readme",
"dependencies": {
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mysql2": "^2.2.5",
"request": "^2.88.2",
"sequelize": "^6.6.5"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.2",
"nodemon": "^2.0.9"
}
}