|
1 | 1 | { |
2 | 2 | "name": "zotero-plugin-scaffold", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.0.32", |
| 5 | + "packageManager": "pnpm@9.5.0", |
4 | 6 | "description": "A scaffold for Zotero plugin development.", |
5 | | - "scripts": { |
6 | | - "dev": "unbuild --stub", |
7 | | - "build": "tsc --noEmit && unbuild", |
8 | | - "lint": "eslint . & prettier --check .", |
9 | | - "lint:fix": "eslint --fix . & prettier --write .", |
10 | | - "release": "bumpp --commit \"chore(release): publish v%s\"", |
11 | | - "update:deps": "pnpx taze minor -w -f -l", |
12 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 7 | + "author": "northword", |
| 8 | + "license": "AGPL-3.0-or-later", |
| 9 | + "homepage": "https://github.com/northword/zotero-plugin-scaffold#readme", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/northword/zotero-plugin-scaffold.git" |
13 | 13 | }, |
14 | | - "type": "module", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/northword/zotero-plugin-scaffold/issues" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "zotero", |
| 19 | + "plugin", |
| 20 | + "developer", |
| 21 | + "scaffold", |
| 22 | + "web-ext" |
| 23 | + ], |
15 | 24 | "exports": { |
16 | 25 | ".": { |
17 | 26 | "types": "./dist/index.d.ts", |
|
27 | 36 | "files": [ |
28 | 37 | "dist" |
29 | 38 | ], |
30 | | - "keywords": [ |
31 | | - "zotero", |
32 | | - "plugin", |
33 | | - "developer", |
34 | | - "scaffold", |
35 | | - "web-ext" |
36 | | - ], |
37 | | - "author": "northword", |
38 | | - "license": "AGPL-3.0-or-later", |
39 | | - "repository": { |
40 | | - "type": "git", |
41 | | - "url": "https://github.com/northword/zotero-plugin-scaffold.git" |
| 39 | + "engines": { |
| 40 | + "node": ">=18" |
42 | 41 | }, |
43 | | - "bugs": { |
44 | | - "url": "https://github.com/northword/zotero-plugin-scaffold/issues" |
| 42 | + "scripts": { |
| 43 | + "dev": "unbuild --stub", |
| 44 | + "build": "tsc --noEmit && unbuild", |
| 45 | + "lint": "eslint .", |
| 46 | + "lint:fix": "eslint . --fix", |
| 47 | + "release": "bumpp --commit \"chore(release): publish v%s\"", |
| 48 | + "update:deps": "pnpx taze minor -w -f -l", |
| 49 | + "test": "echo \"Error: no test specified\" && exit 1" |
45 | 50 | }, |
46 | | - "homepage": "https://github.com/northword/zotero-plugin-scaffold#readme", |
47 | 51 | "publishConfig": { |
48 | 52 | "access": "public", |
49 | 53 | "registry": "https://registry.npmjs.org" |
|
52 | 56 | "lib": "dist", |
53 | 57 | "doc": "docs" |
54 | 58 | }, |
55 | | - "engines": { |
56 | | - "node": ">=18" |
57 | | - }, |
58 | | - "packageManager": "pnpm@9.5.0", |
59 | 59 | "dependencies": { |
60 | 60 | "@inquirer/prompts": "5.1.2", |
61 | 61 | "bumpp": "9.4.1", |
|
78 | 78 | "web-ext": "8.2.0" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@trivago/prettier-plugin-sort-imports": "4.3.0", |
| 81 | + "@antfu/eslint-config": "^2.23.0", |
82 | 82 | "@types/fs-extra": "11.0.4", |
83 | 83 | "@types/node": "20.14.10", |
84 | 84 | "@types/update-notifier": "6.0.8", |
85 | 85 | "eslint": "9.6.0", |
86 | | - "prettier": "3.3.2", |
| 86 | + "eslint-plugin-format": "^0.1.2", |
87 | 87 | "typescript": "5.5.3", |
88 | | - "typescript-eslint": "8.0.0-alpha.39", |
89 | 88 | "unbuild": "2.0.0" |
90 | 89 | }, |
91 | 90 | "pnpm": { |
|
0 commit comments