-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@actualwave/traceability-matrices",
"version": "1.0.6",
"types": "cypress.d.ts",
"bin": {
"traceability-matrices": "./cli.js"
},
"browser": "./cypress.js",
"keywords": [
"traceability",
"matrix",
"test",
"coverage",
"cypress",
"html",
"feature",
"generator",
"report",
"traceability matrix",
"coverage report",
"report generator"
],
"author": "Oleg Galaburda <burdiuz@gmail.com> (https://actualwave.com/)",
"homepage": "https://github.com/burdiuz/traceability-matrices",
"repository": {
"type": "git",
"url": "https://github.com/burdiuz/traceability-matrices.git"
},
"bugs": {
"url": "https://github.com/burdiuz/traceability-matrices/issues"
},
"engines": {
"node": ">=14.0.0"
},
"license": "MIT",
"dependencies": {
"@koa/router": "^12.0.0",
"koa": "^2.14.2",
"open": "^9.1.0",
"pug": "^3.0.2"
},
"scripts": {
"certs": "mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1",
"test": "jest",
"test:watch": "jest --watch",
"build": "rollup --config ./rollup.config.mjs",
"prepublish": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/koa": "^2.13.10",
"@types/koa-router": "^7.4.6",
"@types/node": "^20.8.6",
"@types/pug": "^2.0.8",
"@web/rollup-plugin-copy": "^0.4.1",
"babel-jest": "^29.7.0",
"jest": "^29.6.3",
"js-yaml": "^4.1.0",
"node-html-parser": "^6.1.10",
"parse-entities": "^4.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"rollup": "^3.29.1",
"rollup-plugin-copy": "^3.5.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0"
}
}