|
2 | 2 | "name": "glimmer-engine",
|
3 | 3 | "version": "0.92.0",
|
4 | 4 | "private": true,
|
| 5 | + "license": "MIT", |
5 | 6 | "description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
|
6 | 7 | "repository": {
|
7 | 8 | "type": "git",
|
8 | 9 | "url": "https://github.com/glimmerjs/glimmer-vm.git"
|
9 | 10 | },
|
10 |
| - "license": "MIT", |
11 | 11 | "author": "Tilde, Inc.",
|
| 12 | + "publishConfig": { |
| 13 | + "registry": "https://registry.npmjs.org" |
| 14 | + }, |
12 | 15 | "scripts": {
|
13 | 16 | "benchmark:setup": "zx ./bin/setup-bench.mjs",
|
14 | 17 | "browserstack:connect": "ember browserstack:connect",
|
|
105 | 108 | "xo": "^0.54.2",
|
106 | 109 | "zx": "^7.2.3"
|
107 | 110 | },
|
| 111 | + "changelog": { |
| 112 | + "repo": "glimmerjs/glimmer-vm", |
| 113 | + "labels": { |
| 114 | + "breaking": ":boom: Breaking Change", |
| 115 | + "enhancement": ":rocket: Enhancement", |
| 116 | + "bug": ":bug: Bug Fix", |
| 117 | + "documentation": ":memo: Documentation", |
| 118 | + "internal": ":house: Internal" |
| 119 | + } |
| 120 | + }, |
108 | 121 | "engines": {
|
109 | 122 | "node": ">=16.0.0"
|
110 | 123 | },
|
111 | 124 | "volta": {
|
112 | 125 | "node": "20.9.0",
|
113 | 126 | "pnpm": "8.5.0"
|
114 | 127 | },
|
115 |
| - "publishConfig": { |
116 |
| - "registry": "https://registry.npmjs.org" |
117 |
| - }, |
118 | 128 | "pnpm": {
|
| 129 | + "overrides": { |
| 130 | + "@rollup/pluginutils": "^5.0.2", |
| 131 | + "@types/node": "$@types/node", |
| 132 | + "typescript": "$typescript" |
| 133 | + }, |
119 | 134 | "peerDependencyRules": {
|
120 | 135 | "allowAny": [
|
121 | 136 | "vite-plugin-babel",
|
|
126 | 141 | "rollup": "3",
|
127 | 142 | "typescript": "5"
|
128 | 143 | }
|
129 |
| - }, |
130 |
| - "overrides": { |
131 |
| - "@rollup/pluginutils": "^5.0.2", |
132 |
| - "@types/node": "$@types/node", |
133 |
| - "typescript": "$typescript" |
134 |
| - }, |
135 |
| - "patchedDependencies": { |
136 |
| - "@release-it-plugins/workspaces@4.0.0": "patches/@release-it-plugins__workspaces@4.0.0.patch" |
137 |
| - } |
138 |
| - }, |
139 |
| - "changelog": { |
140 |
| - "repo": "glimmerjs/glimmer-vm", |
141 |
| - "labels": { |
142 |
| - "breaking": ":boom: Breaking Change", |
143 |
| - "enhancement": ":rocket: Enhancement", |
144 |
| - "bug": ":bug: Bug Fix", |
145 |
| - "documentation": ":memo: Documentation", |
146 |
| - "internal": ":house: Internal" |
147 | 144 | }
|
148 |
| - }, |
149 |
| - "release-it": { |
150 |
| - "plugins": { |
151 |
| - "@release-it-plugins/workspaces": { |
152 |
| - "publish": false, |
153 |
| - "workspaces": [ |
154 |
| - "packages/@glimmer/*" |
155 |
| - ], |
156 |
| - "additionalManifests": { |
157 |
| - "dependencyUpdates": [] |
158 |
| - } |
159 |
| - }, |
160 |
| - "@release-it-plugins/lerna-changelog": { |
161 |
| - "infile": "CHANGELOG.md", |
162 |
| - "launchEditor": true |
163 |
| - } |
164 |
| - }, |
165 |
| - "git": { |
166 |
| - "commitMessage": "v${version}", |
167 |
| - "tagName": "v${version}" |
168 |
| - }, |
169 |
| - "github": { |
170 |
| - "release": true, |
171 |
| - "releaseName": "v${version}", |
172 |
| - "tokenRef": "GITHUB_AUTH" |
173 |
| - }, |
174 |
| - "npm": false |
175 | 145 | }
|
176 | 146 | }
|
0 commit comments