-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "cruglobal-dot-github",
"version": "1.3.1",
"description": "Cru Actions and Workflows",
"private": true,
"sideEffects": false,
"scripts": {
"build": "webpack",
"lint": "eslint .",
"test": "jest",
"all": "npm run lint && npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "[email protected]:CruGlobal/.github.git"
},
"author": "Brian Zoetewey <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CruGlobal/.github/issues"
},
"homepage": "https://github.com/CruGlobal/.github/#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@aws-sdk/client-ssm": "^3.563.0",
"@aws-sdk/client-ecs": "^3.563.0",
"@aws-sdk/client-dynamodb": "^3.563.0",
"@aws-sdk/client-eventbridge": "^3.563.0",
"escape-string-regexp": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"jest": "^29.7.0",
"license-webpack-plugin": "^4.0.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}