-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "@perxhealth/tool-versions-action",
"description": "Parse .tool-versions and export environment variables",
"version": "1.0.0",
"author": "@perxhealth/open-source",
"license": "MIT",
"main": "dist/index.js",
"homepage": "https://github.com/perxhealth/tool-versions-action",
"scripts": {
"build": "tsc",
"format": "biome format src test --write",
"format-check": "biome format src test",
"lint": "biome lint src test --apply",
"lint-check": "biome lint src test",
"package": "tsc && ncc build --license licenses.txt",
"test": "vitest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perxhealth/static-deploy-action.git"
},
"keywords": [
"Perx",
"Actions",
"JavaScript",
"TypeScript",
".tool-versions"
],
"bugs": {
"url": "https://github.com/perxhealth/tool-versions-action/issues"
},
"dependencies": {
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.2",
"@vercel/ncc": "^0.38.3",
"@vitest/coverage-v8": "^2.0.5",
"typescript": "^5.7.2",
"vitest": "^2.0.5"
}
}