-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "accelq-ci-github-actions",
"version": "1.0.0",
"description": "Github Actions ACCELQ CI Plugin",
"main": "index.js",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accelq/accelq-ci-github-actions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/accelq/accelq-ci-github-actions/issues"
},
"homepage": "https://github.com/accelq/accelq-ci-github-actions#readme",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"axios": "^0.21.1",
"http": "0.0.1-security",
"https-proxy-agent": "^3.0.1",
"i": "^0.3.6"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/q": "^1.5.4",
"@types/webpack": "^4.41.26",
"@webpack-cli/init": "^1.1.3",
"ts-loader": "^8.0.17",
"typescript": "^4.0.2",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0",
"webpack-node-externals": "^3.0.0"
}
}