|
2 | 2 | "name": "@dvcol/typescript-lib-template", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.0", |
| 5 | + "packageManager": "pnpm@9.1.0", |
5 | 6 | "description": "<description>", |
6 | 7 | "homepage": "https://github.com/dvcol/typescript-lib-template", |
7 | 8 | "bugs": "https://github.com/dvcol/typescript-lib-template/issues", |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "https://github.com/dvcol/typescript-lib-template.git" |
11 | | - }, |
12 | 9 | "keywords": [ |
13 | 10 | "typescript", |
14 | 11 | "library", |
15 | 12 | "typescript-lib-template" |
16 | 13 | ], |
17 | 14 | "license": "MIT", |
18 | 15 | "author": "dvcol", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/dvcol/typescript-lib-template.git" |
| 19 | + }, |
19 | 20 | "engines": { |
20 | 21 | "node": ">=20", |
21 | 22 | "pnpm": ">= 8" |
|
39 | 40 | "prepare": "husky install", |
40 | 41 | "build": "tsup lib/index.ts --format cjs,esm --dts --clean", |
41 | 42 | "watch": "npm run build -- --watch lib", |
42 | | - "lint": "eslint .", |
43 | | - "lint:fix": "eslint . --fix", |
| 43 | + "lint": "eslint lib", |
| 44 | + "lint:fix": "eslint lib --fix", |
44 | 45 | "test:unit": "vitest --run --coverage", |
45 | 46 | "test:watch": "vitest", |
46 | 47 | "release": "standard-version", |
|
50 | 51 | "access": "public" |
51 | 52 | }, |
52 | 53 | "peerDependencies": {}, |
53 | | - "dependencies": { |
54 | | - }, |
| 54 | + "dependencies": {}, |
55 | 55 | "devDependencies": { |
56 | 56 | "@commitlint/cli": "^19.3.0", |
57 | 57 | "@commitlint/config-conventional": "^19.2.2", |
58 | 58 | "@dvcol/eslint-plugin-presets": "^1.3.10", |
59 | | - "@vitest/coverage-v8": "^1.6.0", |
60 | 59 | "@typescript-eslint/eslint-plugin": "^7.0.0", |
61 | 60 | "@typescript-eslint/parser": "^7.0.0", |
| 61 | + "@vitest/coverage-v8": "^1.6.0", |
62 | 62 | "eslint": "^8.57.0", |
63 | 63 | "eslint-config-airbnb-base": "^15.0.0", |
64 | 64 | "eslint-config-prettier": "^9.1.0", |
65 | | - "eslint-plugin-prettier": "^5.1.3", |
66 | 65 | "eslint-plugin-eslint-comments": "^3.2.0", |
67 | 66 | "eslint-plugin-import": "^2.29.1", |
68 | 67 | "eslint-plugin-jsonc": "^2.15.1", |
69 | 68 | "eslint-plugin-markdown": "^3.0.1", |
| 69 | + "eslint-plugin-prettier": "^5.1.3", |
70 | 70 | "eslint-plugin-vitest": "^0.4.0", |
71 | 71 | "eslint-plugin-yml": "^1.14.0", |
72 | | - "jsonc-eslint-parser": "^2.4.0", |
73 | 72 | "extract-changelog-release": "^1.0.2", |
74 | 73 | "husky": "^9.0.11", |
| 74 | + "jsonc-eslint-parser": "^2.4.0", |
75 | 75 | "prettier": "^3.2.5", |
76 | 76 | "standard-version": "^9.5.0", |
77 | 77 | "tsup": "^8.0.2", |
78 | 78 | "typescript": "^5.4.5", |
79 | 79 | "vitest": "^1.6.0" |
80 | | - }, |
81 | | - "packageManager": "pnpm@9.1.0" |
| 80 | + } |
82 | 81 | } |
0 commit comments