-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": ".github",
"version": "3.0.49",
"description": "Automatically generated package.json, please edit manually.",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/.github"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"clean": "npx rimraf repo",
"test": "npm run clean && vitest --no-threads",
"typecheck": "tsc -b",
"lint": "eslint . --ext .ts",
"validate": "npm run lint && npm run typecheck && npm run test",
"generate-local-files": "node ./bin/generate-local-files",
"update-composite-tags": "node ./bin/update-composite-tags"
},
"config": {
"migration": 1
},
"devDependencies": {
"@kie/act-js": "^2.2.1",
"@kie/mock-github": "^1.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@vitejs/plugin-react": "^2.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"happy-dom": "^6.0.4",
"vitest": "^0.31.0",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"eslint": "^8.46.0",
"js-yaml": "^4.1.0"
}
}