-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"name": "@amplication/plugin-dotnet-provisioning-terraform-aws-deployment-ecs",
"version": "1.0.5",
"description": "Adds terraform code for provisioning Amazon Web Services core network infrastructure",
"main": "dist/index.js",
"nx": {},
"scripts": {
"prepublishOnly": "npm run build",
"dev": "webpack --watch",
"build": "webpack",
"prebuild": "rimraf dist"
},
"author": "Haim Bell",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"@amplication/code-gen-types": "2.0.34",
"@amplication/code-gen-utils": "^0.0.9",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@types/lodash": "^4.14.200",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.52.0",
"jest-mock-extended": "^3.0.5",
"lodash": "^4.17.21",
"prettier": "^2.6.2",
"rimraf": "^5.0.5",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}