-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "rocket-encryption-azure-infrastructure",
"version": "1.0.30",
"description": "Encrypt and Decrypt data in Booster",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"files": [
"dist"
],
"author": "Juan Jose Rodriguez",
"license": "Apache-2.0",
"peerDependencies": {
"@boostercloud/framework-core": "1.3.0",
"@boostercloud/framework-types": "1.3.0"
},
"bugs": {
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@azure/identity": "^3.1.1",
"@azure/keyvault-keys": "^4.6.0",
"@cdktf/provider-azurerm": "0.2.234"
},
"devDependencies": {
"@boostercloud/framework-provider-azure": "1.3.0",
"@boostercloud/framework-provider-azure-infrastructure": "1.3.0",
"@boostercloud/metadata-booster": "1.3.0",
"@types/mustache": "^4.1.0",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@types/jsonwebtoken": "^8.5.1",
"cdktf": "0.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"mustache": "^4.2.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"scripts": {
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "tsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo"
}
}