-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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": "table-driven-html-reporter",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "node -r ts-node/register/transpile-only tests/test.ts",
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"build/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/guntribam/table-driven-html-report.git"
},
"keywords": [
"adonis",
"japa",
"plugin",
"reporter"
],
"author": "guntribam",
"license": "ISC",
"bugs": {
"url": "https://github.com/guntribam/table-driven-html-report/issues"
},
"homepage": "https://github.com/guntribam/table-driven-html-report#readme",
"devDependencies": {
"@japa/assert": "^1.3.4",
"@japa/core": "^6.0.4",
"@japa/runner": "^2.0.7",
"@japa/spec-reporter": "^1.1.12",
"@japa/synthetic-events": "^1.0.10",
"@types/node": "^17.0.23",
"cssnano": "^5.1.7",
"htmlnano": "^2.0.2",
"jsdom": "^19.0.0",
"postcss": "^8.4.12",
"terser": "^5.12.1",
"ts-node": "^10.7.0"
},
"dependencies": {
"get-caller-file": "^2.0.5",
"mustache": "^4.2.0"
}
}