-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"private": true,
"name": "baha-anime-dl-monorepo",
"author": "JacobLinCool <[email protected]> (https://jacoblin.cool)",
"license": "AGPL-3.0",
"scripts": {
"prepare": "husky install",
"format": "prettier --write --ignore-path .gitignore '**/*.{ts,json,yaml,yml}'",
"test": "vitest",
"changeset": "changeset",
"build:docs": "typedoc --out docs"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/node": "^20.6.5",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"serve": "^14.2.1",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
},
"lint-staged": {
"*.{ts,js,json,yaml,yml}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "https://github.com/JacobLinCool/baha-anime-dl.git"
},
"bugs": {
"url": "https://github.com/JacobLinCool/baha-anime-dl/issues"
},
"homepage": "https://jacoblincool.github.io/baha-anime-dl",
"packageManager": "[email protected]"
}