-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 947 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": "mysql-model-router",
"version": "0.1.8",
"description": "Generative API Creation using mysql2 and express libraries in node js",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/serve.js",
"test": "mocha -exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eforge-xyz/rest-router.git"
},
"keywords": [
"mysql2",
"express",
"generative",
"rest",
"api"
],
"author": "Avinash S Karanth",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eforge-xyz/rest-router/issues"
},
"homepage": "https://github.com/eforge-xyz/rest-router#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"lodash": "^4.17.21",
"mysql2": "^2.3.3",
"node-input-validator": "^4.5.0"
},
"devDependencies": {
"faker": "^5.5.3",
"mocha": "^9.1.3",
"supertest": "^6.2.4"
}
}