-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1011 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
31
32
33
34
35
36
37
38
{
"name": "feature-flage-code-usage-action",
"version": "4.2.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepare": "husky install",
"build": "yarn install && tsc && yarn ncc build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevCycleHQ/feature-flage-code-usage-action.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevCycleHQ/feature-flage-code-usage-action/issues"
},
"homepage": "https://github.com/DevCycleHQ/feature-flage-code-usage-action#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.16.14",
"@vercel/ncc": "^0.36.1",
"husky": "^7.0.4",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.5.4"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"axios": "^0.28.1"
},
"packageManager": "yarn@4.2.1"
}