-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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": "@keymux/yadal",
"version": "0.1.1",
"description": "Yet another data abstraction layer",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"preview:coverage": "scripts/open.sh reports/unit/lcov-report/index.html",
"report:_all": "scripts/report/_all.sh",
"report:aggregate": "scripts/report/aggregate.sh",
"report:coverage": "scripts/report/coverage.sh",
"report:integration": "scripts/report/integration.sh",
"report:lint": "scripts/report/lint.sh",
"report:unit": "scripts/report/unit.sh",
"submit:comment": "scripts/submit/comment.sh",
"test:coverage": "scripts/test/coverage.sh",
"test:integration": "scripts/test/integration.sh",
"test:lint": "scripts/test/lint.sh",
"test:unit": "scripts/test/unit.sh"
},
"reports": [
"unit",
"coverage",
"integration"
],
"devDependencies": {
"@keymux/dev_utils": "^0.1.4",
"@keymux/github_cli": "^0.1.7",
"@keymux/mochawesome_to_markdown": "^0.1.0",
"@keymux/promisr": "^0.1.1",
"chai": "^4.1.2",
"eslint": "4.18.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"make-promises-safe": "^1.1.0",
"markdown-preview": "^0.4.3",
"mocha": "^5.2.0",
"mochawesome": "^3.0.2",
"nodemon": "^1.18.2",
"nyc": "^12.0.2",
"prettier": "^1.13.7",
"randexp": "^0.4.9",
"sinon": "^6.1.0",
"winston": "^3.0.0"
},
"dependencies": {
"mysql": "^2.15.0"
}
}