1212 "license" : " MIT" ,
1313 "author" :
" Tim Evans <[email protected] >" ,
1414 "exports" : {
15- "." : " ./dist/index.js" ,
16- "./*" : " ./dist/*" ,
17- "./test-support" : " ./dist/test-support/index.js" ,
15+ "." : {
16+ "types" : " ./declarations/index.d.ts" ,
17+ "default" : " ./dist/index.js"
18+ },
19+ "./*" : {
20+ "types" : " ./declarations/*" ,
21+ "default" : " ./dist/*"
22+ },
23+ "./test-support" : {
24+ "types" : " ./declarations/test-support/index.d.ts" ,
25+ "default" : " ./dist/test-support/index.js"
26+ },
1827 "./addon-main.js" : " ./addon-main.js"
1928 },
2029 "files" : [
2130 " addon-main.js" ,
22- " dist"
31+ " dist" ,
32+ " declarations"
2333 ],
2434 "repository" : " https://github.com/ember-cli/ember-page-title" ,
2535 "scripts" : {
2636 "build" : " concurrently 'npm:build:*'" ,
37+ "build:js" : " rollup --config" ,
38+ "build:types" : " glint --declaration" ,
2739 "lint" : " concurrently 'npm:lint:*(!fix)' --names 'lint:'" ,
2840 "lint:fix" : " concurrently 'npm:lint:*:fix' --names 'fix:'" ,
2941 "lint:js" : " eslint . --cache" ,
3042 "lint:js:fix" : " eslint . --fix" ,
43+ "lint:types" : " glint" ,
44+ "prepack" : " rollup --config" ,
3145 "start" : " concurrently 'npm:start:*'" ,
32- "start:types" : " glint --declaration --watch" ,
3346 "start:js" : " rollup --config --watch --no-watch.clearScreen" ,
34- "prepack" : " rollup --config" ,
35- "lint:types" : " glint" ,
36- "build:types" : " glint --declaration" ,
37- "build:js" : " rollup --config"
47+ "start:types" : " glint --declaration --watch"
3848 },
3949 "dependencies" : {
4050 "@embroider/addon-shim" : " ^1.8.7"
4858 "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
4959 "@babel/plugin-proposal-decorators" : " ^7.23.6" ,
5060 "@embroider/addon-dev" : " ^4.1.3" ,
61+ "@glint/core" : " ^1.2.1" ,
62+ "@glint/environment-ember-loose" : " ^1.2.1" ,
63+ "@glint/environment-ember-template-imports" : " ^1.2.1" ,
64+ "@glint/template" : " ^1.2.1" ,
5165 "@rollup/plugin-babel" : " ^6.0.4" ,
66+ "@tsconfig/ember" : " ^3.0.3" ,
67+ "@types/rsvp" : " ^4.0.8" ,
5268 "@typescript-eslint/eslint-plugin" : " ^6.15.0" ,
5369 "@typescript-eslint/parser" : " ^6.15.0" ,
70+ "concurrently" : " ^8.2.2" ,
71+ "ember-source" : " ^5.5.0" ,
5472 "ember-template-lint" : " ^5.13.0" ,
5573 "eslint" : " ^8.56.0" ,
5674 "eslint-config-prettier" : " ^9.1.0" ,
5775 "eslint-plugin-ember" : " ^11.12.0" ,
76+ "eslint-plugin-jsonc" : " ^2.11.2" ,
5877 "eslint-plugin-node" : " ^11.1.0" ,
5978 "eslint-plugin-prettier" : " ^5.1.2" ,
6079 "npm-run-all" : " ^4.1.5" ,
6180 "prettier" : " ^3.1.1" ,
6281 "rollup" : " ^4.9.1" ,
63- "typescript" : " ^5.3.3" ,
64- "eslint-plugin-jsonc" : " ^2.11.2" ,
65- "ember-source" : " ^5.5.0" ,
66- "concurrently" : " ^8.2.2" ,
67- "@tsconfig/ember" : " ^3.0.3" ,
68- "@glint/template" : " ^1.2.1" ,
69- "@glint/environment-ember-template-imports" : " ^1.2.1" ,
70- "@glint/environment-ember-loose" : " ^1.2.1" ,
71- "@glint/core" : " ^1.2.1"
82+ "typescript" : " ^5.3.3"
7283 },
7384 "engines" : {
7485 "node" : " 16.* || >= 18"
8798 "volta" : {
8899 "extends" : " ../package.json"
89100 }
90- }
101+ }
0 commit comments