generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.47 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
45
{
"name": "@kineticcafe/actions-dco",
"version": "1.3.2",
"author": "Kinetic Commerce",
"description": "Check pull requests for DCO sign-off",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"check": "biome check .",
"check:fix": "biome check --write .",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"package": "ncc build --source-map --license licenses.txt --minify",
"all": "pnpm run build && pnpm run check && pnpm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KineticCafe/actions-dco.git"
},
"keywords": ["github-actions", "dco", "dco-signoff"],
"bugs": {
"url": "https://github.com/KineticCafe/actions-dco/issues"
},
"homepage": "https://github.com/KineticCafe/actions-dco#readme",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"email-validator": "^2.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@octokit/types": "13.6.2",
"@types/escape-html": "^1.0.4",
"@types/node": "^20.17.11",
"@vercel/ncc": "^0.38.3",
"concurrently": "^9.1.2",
"escape-html": "^1.0.3",
"js-yaml": "^4.1.0",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}