generated from paperback-community/template-extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.68 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
{
"name": "mangastream-extensions",
"description": "Paperback extensions for websites with the generic MangaStream layout.",
"author": "Paperback Community",
"keywords": [
"Paperback",
"extensions",
"generic"
],
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paperback-community/mangastream-extensions.git"
},
"bugs": {
"url": "https://github.com/paperback-community/mangastream-extensions/issues"
},
"homepage": "https://github.com/paperback-community/mangastream-extensions#readme",
"repositoryName": "MangaStream Extensions",
"repositoryDescription": "Paperback extensions for websites with the generic MangaStream layout.",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint --fix",
"lint:check": "eslint",
"format": "prettier --write '**/*{.md,.yaml,.json,.js,.ts}'",
"format:check": "prettier --check '**/*{.md,.yaml,.json,.js,.ts}'",
"bundle": "paperback-cli bundle",
"serve": "paperback-cli serve",
"logcat": "paperback-cli logcat",
"dev": "nodemon -w \"./src/**/*.ts\" -e \"ts\" -x \"npm run serve\"",
"test": "tsc --noEmit && npm run lint:check && npm run format:check && npm run bundle",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@paperback/toolchain": "^1.0.0-alpha.31",
"@paperback/types": "^1.0.0-alpha.31",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"eslint": "9.17.0",
"husky": "^9.1.7",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
}
}