forked from theappnest/terraform-monorepo-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 827 Bytes
/
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
{
"name": "terraform-monorepo-action",
"version": "2.3.1",
"private": true,
"main": "lib/main.js",
"scripts": {
"build": "tsc && ncc build --source-map",
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"http-status-codes": "^2.2.0",
"ignore": "^5.2.4"
},
"devDependencies": {
"@octokit/webhooks-types": "^6.7.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.29.3",
"@vercel/ncc": "^0.34.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.8.8",
"typescript": "^4.1.3"
}
}