-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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": "github-changelog-translator",
"version": "2.0.0",
"description": "GitHub Changelog Translator",
"homepage": "https://github.com/book000/github-changelog-translator",
"bugs": {
"url": "https://github.com/book000/github-changelog-translator/issues"
},
"license": "MIT",
"author": "Tomachi",
"private": true,
"main": "dist/main.js",
"repository": {
"url": "[email protected]:book000/github-changelog-translator.git",
"type": "git"
},
"scripts": {
"start": "tsx ./src/main.ts",
"dev": "tsx watch ./src/main.ts",
"lint": "run-z lint:prettier,lint:eslint,lint:tsc",
"fix": "run-z fix:prettier,fix:eslint",
"lint:prettier": "prettier --check src",
"lint:eslint": "eslint . -c eslint.config.mjs",
"lint:tsc": "tsc",
"fix:eslint": "eslint . -c eslint.config.mjs --fix",
"fix:prettier": "prettier --write src",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@book000/eslint-config": "1.7.121",
"@types/node": "22.10.5",
"axios": "1.7.9",
"eslint": "9.17.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"fast-xml-parser": "4.5.1",
"prettier": "3.4.2",
"run-z": "2.1.0",
"tsx": "4.19.2",
"typescript": "5.7.2"
},
"packageManager": "[email protected]"
}