forked from CircleCI-Public/trigger-circleci-pipeline-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "trigger-circleci-pipeline-gha",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest --config=jest.config.ts",
"build": "ncc build src/index.ts --license licenses.txt",
"lint": "eslint src/",
"format": "prettier --write src/index.ts",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CircleCI-Public/trigger-circleci-pipeline-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CircleCI-Public/trigger-circleci-pipeline-action/issues"
},
"homepage": "https://github.com/CircleCI-Public/trigger-circleci-pipeline-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"axios": "^0.27.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.36.0",
"husky": "^7.0.0",
"jest": "^29.5.0",
"jest-junit": "^15.0.0",
"prettier": "2.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
}
}