-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "transcript-test-adequacy",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"author": "Jonathan Bell",
"license": "BSD-3-Clause",
"scripts": {
"test": "jest --coverage",
"stryker": "stryker run",
"build": "tsc -p .",
"zip": "npm-pack-zip",
"format": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"keywords": [],
"devDependencies": {
"@stoplight/spectral-cli": "^6.4.1",
"@stryker-mutator/core": "^6.2.3",
"@stryker-mutator/jest-runner": "^6.2.3",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"axios": "^1.1.3",
"eslint": "^8.19.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"form-data": "^4.0.0",
"jest": "^28.1.2",
"jest-mock-extended": "^2.0.6",
"nodemon": "^2.0.19",
"npm-pack-zip": "^1.3.0",
"openapi-typescript-codegen": "^0.23.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"typescript": "^4.7.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@octokit/core": "^4.1.0",
"dotenv": "^16.0.3",
"fetch": "^1.1.0",
"nanoid": "^4.0.0",
"netlify": "^13.0.1",
"octokit": "^2.0.9",
"p-ratelimit": "^1.0.1",
"simple-git": "^3.14.1",
"stryker-cli": "^1.0.2"
}
}