-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "@involvestecnologia/mysql2-lib",
"version": "0.0.52",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha 'test/**/*.js' --recursive --timeout 5000 --exit",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/involvestecnologia/mysql2-lib.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"mysql"
],
"author": "Morelli",
"license": "ISC",
"bugs": {
"url": "https://github.com/involvestecnologia/mysql2-lib/issues"
},
"homepage": "https://github.com/involvestecnologia/mysql2-lib",
"dependencies": {
"mysql2": "^2.3.3"
},
"devDependencies": {
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.16.0",
"express": "^4.18.2",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
}
}