|
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", |
33 | 30 | "preexample": "vite build", |
34 | 31 | "example": "pnpm preexample && cd examples && pnpm example", |
35 | 32 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto", |
36 | | - "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefix-colors auto", |
37 | 33 | "lint:eslint": "eslint . --cache", |
38 | 34 | "lint:eslint:fix": "eslint . --fix", |
| 35 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefix-colors auto", |
39 | 36 | "lint:prettier": "prettier --check .", |
40 | 37 | "lint:prettier:fix": "prettier --write .", |
41 | 38 | "lint:ts": "tsc --project tsconfig.lint.json", |
42 | | - "changelog": "release-it --changelog", |
43 | | - "release": "release-it", |
44 | | - "release:ci": "release-it --ci", |
45 | | - "release:debug": "release-it --verbose --dry-run", |
46 | | - "test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto", |
47 | 39 | "test": "vitest", |
| 40 | + "test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto", |
48 | 41 | "test:example": "pnpm preexample && cd examples && pnpm test", |
49 | | - "test:ui": "vitest --ui", |
50 | | - "test:run": "vitest run" |
| 42 | + "test:run": "vitest run", |
| 43 | + "test:ui": "vitest --ui" |
51 | 44 | }, |
52 | 45 | "dependencies": { |
53 | 46 | "@babel/core": "^7.23.6", |
|
56 | 49 | }, |
57 | 50 | "devDependencies": { |
58 | 51 | "@babel/types": "^7.23.6", |
59 | | - "@release-it-plugins/lerna-changelog": "^6.0.0", |
60 | 52 | "@tsconfig/node18": "^18.2.2", |
61 | 53 | "@tsconfig/strictest": "^2.0.2", |
62 | 54 | "@types/babel__core": "^7.20.5", |
|
75 | 67 | "eslint-plugin-unicorn": "^50.0.1", |
76 | 68 | "eslint-plugin-vitest": "^0.3.20", |
77 | 69 | "prettier-plugin-jsdoc": "^1.3.0", |
78 | | - "release-it": "^16.3.0", |
| 70 | + "release-plan": "^0.10.0", |
79 | 71 | "typescript": "^5.3.3", |
80 | 72 | "vite": "^5.0.10", |
81 | 73 | "vitest": "^1.1.0" |
82 | 74 | }, |
83 | 75 | "peerDependencies": { |
84 | 76 | "prettier": ">= 3.0.0" |
85 | 77 | }, |
| 78 | + "packageManager": "pnpm@8.13.1", |
86 | 79 | "engines": { |
87 | 80 | "node": "18.* || >= 20" |
88 | 81 | }, |
89 | 82 | "volta": { |
90 | 83 | "node": "18.19.0", |
91 | 84 | "pnpm": "8.13.1" |
92 | 85 | }, |
| 86 | + "publishConfig": { |
| 87 | + "registry": "https://registry.npmjs.org" |
| 88 | + }, |
93 | 89 | "changelog": { |
94 | 90 | "labels": { |
95 | 91 | "breaking": ":boom: Breaking Change", |
|
99 | 95 | "internal": ":house: Internal", |
100 | 96 | "dependencies": ":robot: Dependencies" |
101 | 97 | } |
102 | | - }, |
103 | | - "packageManager": "pnpm@8.13.1" |
| 98 | + } |
104 | 99 | } |
0 commit comments