-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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
50
51
52
53
{
"name": "node-mysql78",
"version": "2.0.4",
"description": "node-mysql78",
"main": "dist/index.js",
"types": "src/index.ts",
"author": {
"name": "Frieda.Hu<[email protected]>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/www778878net/node-mysql78.git"
},
"bugs": {
"url": "https://github.com/www778878net/node-mysql78/issues"
},
"homepage": "https://github.com/www778878net/node-mysql78#readme",
"license": "Apache-2.0",
"files": [
"src",
"dist"
],
"keywords": [
"typescript",
"mysql",
"nodejs"
],
"scripts": {
"postpublish": "git push origin --all && git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tsc && mocha --config C:\\6.code\\test7788\\test\\localtest.json --reporter spec -t 5000 --exit",
"build": "tsc -p"
},
"engines": {
"node": ">=14.0.0"
},
"bundledDependencies": false,
"devDependencies": {
"@types/node": "^14.17.3",
"chai": "^4.3.4",
"fs": "0.0.1-security",
"iconv-lite": "^0.6.3",
"mocha": "^9.0.2",
"node-upinfo": "^2.0.1",
"typescript": "^3.0.3"
},
"dependencies": {
"md5": "^2.3.0",
"mysql": "^2.18.1",
"node-upinfo": "^2.0.1"
}
}