-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "@useparagon/aws-on-prem",
"version": "2.7.0",
"description": "Deploy Paragon to your own AWS cloud.",
"repository": "git@github.com:useparagon/aws-on-prem.git",
"author": "Paragon Engineering",
"scripts": {
"build": "yarn -s build:scripts && yarn -s build:docker",
"build:docker": "make build",
"build:scripts": "yarn -s install && tsc -p tsconfig.json",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx}\""
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.1",
"commander": "^9.0.0",
"compare-versions": "^5.0.1",
"folder-hash": "^4.0.1",
"js-yaml": "^4.1.0",
"memory-streams": "^0.1.3",
"ps-tree": "^1.2.0",
"tslib": "~2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/folder-hash": "^4.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "~14.14.45",
"@types/ps-tree": "^1.1.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "~4.31.1",
"@typescript-eslint/parser": "~4.31.1",
"eslint": "~7.32.0",
"eslint-config-prettier": "~8.3.0",
"prettier": "~2.4.1",
"rimraf": "~3.0.2",
"tsutils": "~3.21.0",
"typescript": "~4.4.3"
}
}