-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "gcsmttr",
"version": "1.0.0",
"description": "GitHub Mean Time to Remedaite (GMTTR)",
"main": "main.js",
"scripts": {
"prepare": "husky install",
"prettier-write": "npx prettier --write '**/*.{ts,json,md,yaml,yml}'",
"prettier-check": "npx prettier --check '**/*.{ts,json,md,yaml,yml}'",
"lint": "npx eslint '**/*.{ts,json}'",
"lint-fix": "npx eslint --fix '**/*.{ts,json}'",
"codespace-setup": ".devcontainer/setup.sh",
"upgrade": ".devcontainer/ncu.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NickLiffen/GCSMTTR.git"
},
"keywords": [
"GitHub",
"Code",
"Scanning"
],
"author": "Nick Liffen",
"license": "ISC",
"bugs": {
"url": "https://github.com/NickLiffen/GCSMTTR/issues"
},
"homepage": "https://github.com/NickLiffen/GCSMTTR#readme",
"devDependencies": {
"husky": "^7.0.0",
"@tsconfig/node14": "^1.0.1",
"@types/json-schema": "^7.0.9",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"ts-node": "^10.2.0",
"tslib": "^2.3.1",
"typescript": "^4.3.5"
}
}