-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.89 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
58
59
60
61
{
"name": "@arctarus/architect-k8s-template",
"repository": {
"type": "git",
"url": "https://github.com/ArctarusLimited/architect-k8s-template.git"
},
"scripts": {
"build": "npx projen build",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen",
"prepare": "npx crlf --set=LF node_modules/.bin/tscp"
},
"author": {
"name": "Arctarus Limited",
"email": "[email protected]",
"url": "https://www.arctarus.co.uk",
"organization": true
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^14",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"crlf": "^1.1.1",
"eslint": "^8",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"json-schema": "^0.4.0",
"npm-check-updates": "^16",
"projen": "^0.71.29",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript-cp": "^0.1.7"
},
"dependencies": {
"@arctarus/architect": "~0.0.0",
"@arctarus/architect-k8s": "~0.0.0",
"@arctarus/architect-k8s-crds": "~0.0.0",
"@kubernetes-models/crd-generate": "4.0.3",
"@kubernetes-models/openapi-generate": "0.1.0",
"kubernetes-models": "^4.2.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.0"
},
"license": "MIT",
"version": "0.0.0",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}