|
10 | 10 | "prettier", |
11 | 11 | "template tag" |
12 | 12 | ], |
13 | | - "author": { |
14 | | - "email": "kmenne@gmail.com", |
15 | | - "name": "Krystan HuffMenne" |
| 13 | + "homepage": "https://github.com/ember-tooling/prettier-plugin-ember-template-tag", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/ember-tooling/prettier-plugin-ember-template-tag/issues" |
16 | 16 | }, |
17 | | - "type": "module", |
18 | | - "main": "dist/prettier-plugin-ember-template-tag.js", |
19 | | - "license": "MIT", |
20 | 17 | "repository": { |
21 | 18 | "type": "git", |
22 | 19 | "url": "git@github.com:ember-tooling/prettier-plugin-ember-template-tag.git" |
23 | 20 | }, |
24 | | - "homepage": "https://github.com/ember-tooling/prettier-plugin-ember-template-tag", |
25 | | - "bugs": { |
26 | | - "url": "https://github.com/ember-tooling/prettier-plugin-ember-template-tag/issues" |
27 | | - }, |
28 | | - "publishConfig": { |
29 | | - "registry": "https://registry.npmjs.org" |
| 21 | + "license": "MIT", |
| 22 | + "author": { |
| 23 | + "name": "Krystan HuffMenne", |
| 24 | + "email": "kmenne@gmail.com" |
30 | 25 | }, |
| 26 | + "type": "module", |
| 27 | + "main": "dist/prettier-plugin-ember-template-tag.js", |
31 | 28 | "scripts": { |
32 | 29 | "build": "tsc && vite build", |
| 30 | + "changelog": "release-it --changelog", |
33 | 31 | "preexample": "vite build", |
34 | 32 | "example": "pnpm preexample && cd examples && pnpm example", |
35 | 33 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto", |
36 | | - "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefix-colors auto", |
37 | 34 | "lint:eslint": "eslint . --cache", |
38 | 35 | "lint:eslint:fix": "eslint . --fix", |
| 36 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefix-colors auto", |
39 | 37 | "lint:prettier": "prettier --check .", |
40 | 38 | "lint:prettier:fix": "prettier --write .", |
41 | 39 | "lint:ts": "tsc --project tsconfig.lint.json", |
42 | | - "changelog": "release-it --changelog", |
43 | 40 | "release": "release-it", |
44 | 41 | "release:ci": "release-it --ci", |
45 | 42 | "release:debug": "release-it --verbose --dry-run", |
46 | | - "test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto", |
47 | 43 | "test": "vitest", |
| 44 | + "test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto", |
48 | 45 | "test:example": "pnpm preexample && cd examples && pnpm test", |
49 | | - "test:ui": "vitest --ui", |
50 | | - "test:run": "vitest run" |
| 46 | + "test:run": "vitest run", |
| 47 | + "test:ui": "vitest --ui" |
51 | 48 | }, |
52 | 49 | "dependencies": { |
53 | 50 | "@babel/core": "^7.23.6", |
|
76 | 73 | "eslint-plugin-vitest": "^0.3.20", |
77 | 74 | "prettier-plugin-jsdoc": "^1.3.0", |
78 | 75 | "release-it": "^16.3.0", |
| 76 | + "release-plan": "^0.9.0", |
79 | 77 | "typescript": "^5.3.3", |
80 | 78 | "vite": "^5.0.10", |
81 | 79 | "vitest": "^1.1.0" |
82 | 80 | }, |
83 | 81 | "peerDependencies": { |
84 | 82 | "prettier": ">= 3.0.0" |
85 | 83 | }, |
| 84 | + "packageManager": "pnpm@8.13.1", |
86 | 85 | "engines": { |
87 | 86 | "node": "18.* || >= 20" |
88 | 87 | }, |
89 | 88 | "volta": { |
90 | 89 | "node": "18.19.0", |
91 | 90 | "pnpm": "8.13.1" |
92 | 91 | }, |
| 92 | + "publishConfig": { |
| 93 | + "registry": "https://registry.npmjs.org" |
| 94 | + }, |
93 | 95 | "changelog": { |
94 | 96 | "labels": { |
95 | 97 | "breaking": ":boom: Breaking Change", |
|
99 | 101 | "internal": ":house: Internal", |
100 | 102 | "dependencies": ":robot: Dependencies" |
101 | 103 | } |
102 | | - }, |
103 | | - "packageManager": "pnpm@8.13.1" |
| 104 | + } |
104 | 105 | } |
0 commit comments