-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 Bytes
/
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
{
"name": "mocha-ctrf-json-reporter",
"version": "0.0.6",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "mocha",
"lint": "eslint . --ext .ts --fix",
"lint-check": "eslint . --ext .ts",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"repository": "github:ctrf-io/mocha-ctrf-json-reporter",
"files": [
"dist/",
"README.md"
],
"author": "Matthew Thomas",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
}
}