-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "nmstate-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [
"kubernetes",
"nmstate",
"openapi",
"typescript",
"openshift",
"openshift-console"
],
"scripts": {
"generate": "./download-nmstate-crds.sh",
"build": "tsc",
"lint": "eslint . --color",
"lint:fix": "yarn lint --fix",
"prettier": "prettier ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/upalatucci/nmstate-ts.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/upalatucci/nmstate-ts/issues"
},
"homepage": "https://github.com/upalatucci/nmstate-ts#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"crdtoapi": "^0.0.7",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}