forked from DimensionDev/github-token-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 702 Bytes
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
{
"name": "@hedgehog/github-token-action",
"private": true,
"repository": "https://github.com/hedgehog/github-token-action",
"license": "MIT",
"scripts": {
"build": "ncc build -m ./src/index.ts",
"lint": "eslint . --ext .js,.ts"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@nice-labs/git-rev": "^3.5.0"
},
"devDependencies": {
"@types/eslint": "^7.28.2",
"@types/node": "^16.11.6",
"@types/prettier": "^2.4.1",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vercel/ncc": "^0.31.1",
"eslint": "^8.1.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"packageManager": "yarn@3.1.0"
}