generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
46
47
48
49
50
51
52
{
"name": "changie-action",
"version": "2.0.0",
"description": "GitHub action to use Changie",
"main": "index.js",
"scripts": {
"build": "ncc build src/main.ts -o dist --source-map --minify --license licenses.txt",
"lint": "eslint src/**",
"format": "eslint --fix src/**",
"test": "jest --coverage",
"all": "npm run build && npm run format && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miniscruff/changie-action.git"
},
"keywords": [
"actions",
"golang",
"Changie"
],
"author": "miniscruff",
"license": "MIT",
"bugs": {
"url": "https://github.com/miniscruff/miniscruff-action/issues"
},
"homepage": "https://github.com/miniscruff/changie-action#readme",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/http-client": "2.2.3",
"@actions/tool-cache": "2.0.2"
},
"devDependencies": {
"@types/node": "22.10.10",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@vercel/ncc": "0.38.3",
"dotenv": "16.4.7",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-prettier": "5.2.3",
"jest": "29.7.0",
"prettier": "3.4.2",
"tmp": "0.2.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
}
}