-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 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": "access-db",
"version": "0.5.5",
"description": "[统一数据库的连接]Unified access to all kinds of databases",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "jest"
},
"files": [
"/lib"
],
"author": "zomem",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zomem/access-db"
},
"homepage": "https://access-db.cn/",
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"dotenv": "^16.0.0",
"mongodb": "^4.4.1",
"mssql": "^8.1.0",
"mysql": "^2.18.1",
"redis": "^4.0.4"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/mssql": "^7.1.5",
"@types/mysql": "^2.15.21",
"@types/node": "^17.0.21",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jest": "^27.4.3",
"typescript": "^4.5.2"
},
"keywords": [
"access-db",
"mysql",
"mongodb",
"redis",
"fastdb",
"elasticsearch",
"mssql"
]
}