-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
{
"name": "sqlink",
"version": "1.1.8",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "santhosh",
"license": "ISC",
"description": "SQLink is a Node.js library that turns MySQL tables into RESTful APIs with procedure execution and full CRUD support.",
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"clipboardy": "^4.0.0",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"figlet": "^1.7.0",
"inquirer": "^10.1.8",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.0"
},
"bin": {
"sqlink": "index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Santhoshlm10/SQLink.git"
},
"keywords": [
"SQL",
"MySQL",
"sql",
"REST",
"API",
"connector",
"ORM",
"Relational",
"Mapping"
],
"bugs": {
"url": "https://github.com/Santhoshlm10/SQLink/issues"
},
"homepage": "https://github.com/Santhoshlm10/SQLink#readme"
}