|
31 | 31 | "types": "./declarations/index.d.ts",
|
32 | 32 | "default": "./dist/index.js"
|
33 | 33 | },
|
34 |
| - "./markdown/parse": { |
35 |
| - "types": "./declarations/compile/markdown-to-ember.d.ts", |
36 |
| - "default": "./dist/compile/markdown-to-ember.js" |
| 34 | + "./formats/markdown": { |
| 35 | + "types": "./declarations/compile/formats/markdown.d.ts", |
| 36 | + "default": "./dist/compile/formats/markdown.js" |
| 37 | + }, |
| 38 | + "./formats/hbs": { |
| 39 | + "types": "./declarations/compile/formats/hbs.d.ts", |
| 40 | + "default": "./dist/compile/formats/hbs.js" |
| 41 | + }, |
| 42 | + "./formats/gjs": { |
| 43 | + "types": "./declarations/compile/formats/gjs/index.d.ts", |
| 44 | + "default": "./dist/compile/formats/gjs/index.js" |
37 | 45 | },
|
38 | 46 | "./test-support": {
|
39 | 47 | "types": "./declarations/test-support/index.d.ts",
|
|
66 | 74 | "lint:prettier": "pnpm -w exec lint prettier"
|
67 | 75 | },
|
68 | 76 | "dependencies": {
|
| 77 | + "ember-resources": ">= 6.4.2", |
69 | 78 | "@babel/helper-plugin-utils": "^7.22.5",
|
70 | 79 | "@babel/standalone": "^7.23.10",
|
71 | 80 | "@embroider/addon-shim": "1.8.7",
|
|
155 | 164 | },
|
156 | 165 | "peerDependencies": {
|
157 | 166 | "@glint/template": ">= 1.3.0",
|
158 |
| - "ember-resources": ">= 6.4.2", |
159 |
| - "ember-source": ">= 5.5.0" |
| 167 | + "@glimmer/compiler": ">= 0.86.0", |
| 168 | + "@glimmer/syntax": ">= 0.86.0" |
| 169 | + }, |
| 170 | + "peerDependenciesMeta": { |
| 171 | + "@glint/template": { "optional": true }, |
| 172 | + "@glimmer/compiler": { "optional": true }, |
| 173 | + "@glimmer/syntax": { "optional": true } |
160 | 174 | },
|
161 | 175 | "engines": {
|
162 | 176 | "node": ">= v16",
|
|
0 commit comments