-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 912 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 912 Bytes
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
{
"name": "mysql-database",
"version": "1.3.2",
"description": "Easily modify your MySQL database data with easy functions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mysql",
"mysql db",
"mysql-db",
"mysql.db",
"mysql database",
"mysql-database",
"mysql.database",
"sql database",
"database"
],
"author": {
"name": "TARIQ",
"email": "contact@itariq.dev",
"url": "https://itariq.dev"
},
"license": "MIT",
"homepage": "https://mysql-db.cloud",
"repository": "http://github.com/1TGDev/mysql-database",
"bugs": {
"url": "http://github.com/1TGDev/mysql-database/issues",
"email": "contact@itariq.dev"
},
"dependencies": {
"colors": "^1.4.0",
"events": "^3.3.0",
"git-releases": "^1.0.0",
"lodash": "^4.17.21",
"promise-mysql": "^5.0.3"
}
}