forked from nyzzik/general-extensions-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.53 KB
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
{
"name": "general-extensions",
"description": "Paperback extensions for websites with unique, non-generic/template layouts.",
"author": "Paperback Community",
"keywords": [
"Paperback",
"extensions"
],
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paperback-community/general-extensions.git"
},
"bugs": {
"url": "https://github.com/paperback-community/general-extensions/issues"
},
"homepage": "https://github.com/paperback-community/general-extensions#readme",
"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.20.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@paperback/toolchain": "^1.0.0-alpha.34",
"@paperback/types": "^1.0.0-alpha.34",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"cheerio": "^1.0.0",
"eslint": "^9.20.1",
"husky": "^9.1.7",
"nodemon": "^3.1.9",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
}
}