|
1 | 1 | {
|
2 |
| - "name": "@apphosting/adapter-angular", |
3 |
| - "version": "17.2.5", |
4 |
| - "main": "dist/index.js", |
5 |
| - "description": "Experimental addon to the Firebase CLI to add web framework support", |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" |
| 2 | + "name": "@apphosting/adapter-angular", |
| 3 | + "version": "17.2.5", |
| 4 | + "main": "dist/index.js", |
| 5 | + "description": "Experimental addon to the Firebase CLI to add web framework support", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" |
| 9 | + }, |
| 10 | + "bin": { |
| 11 | + "apphosting-adapter-angular-build": "dist/bin/build.js", |
| 12 | + "apphosting-adapter-angular-create": "dist/bin/create.js" |
| 13 | + }, |
| 14 | + "author": { |
| 15 | + "name": "Firebase", |
| 16 | + "url": "https://firebase.google.com/" |
| 17 | + }, |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues" |
| 20 | + }, |
| 21 | + "type": "module", |
| 22 | + "sideEffects": false, |
| 23 | + "scripts": { |
| 24 | + "build": "rm -rf dist && tsc && chmod +x ./dist/bin/*", |
| 25 | + "test": "ts-mocha -p tsconfig.json src/**/*.spec.ts", |
| 26 | + "localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml", |
| 27 | + "localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873" |
| 28 | + }, |
| 29 | + "exports": { |
| 30 | + ".": { |
| 31 | + "node": "./dist/index.js", |
| 32 | + "default": null |
9 | 33 | },
|
10 |
| - "bin": { |
11 |
| - "apphosting-adapter-angular-build": "dist/bin/build.js", |
12 |
| - "apphosting-adapter-angular-create": "dist/bin/create.js" |
13 |
| - }, |
14 |
| - "author": { |
15 |
| - "name": "Firebase", |
16 |
| - "url": "https://firebase.google.com/" |
17 |
| - }, |
18 |
| - "bugs": { |
19 |
| - "url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues" |
20 |
| - }, |
21 |
| - "type": "module", |
22 |
| - "sideEffects": false, |
23 |
| - "scripts": { |
24 |
| - "build": "rm -rf dist && tsc && chmod +x ./dist/bin/*", |
25 |
| - "test": "ts-mocha -p tsconfig.json src/**/*.spec.ts", |
26 |
| - "localregistry:start": "npx verdaccio --config ../publish-dev/verdaccio-config.yaml", |
27 |
| - "localregistry:publish": "(npm view --registry=http://localhost:4873 @apphosting/adapter-angular && npm unpublish --@apphosting:registry=http://localhost:4873 --force); npm publish --@apphosting:registry=http://localhost:4873" |
28 |
| - }, |
29 |
| - "exports": { |
30 |
| - ".": { |
31 |
| - "node": "./dist/index.js", |
32 |
| - "default": null |
33 |
| - }, |
34 |
| - "./dist/*": { |
35 |
| - "node": "./dist/*", |
36 |
| - "default": null |
37 |
| - } |
38 |
| - }, |
39 |
| - "files": [ |
40 |
| - "dist" |
41 |
| - ], |
42 |
| - "license": "Apache-2.0", |
43 |
| - "dependencies": { |
44 |
| - "@apphosting/common": "^1.0.0", |
45 |
| - "firebase-functions": "^4.3.1", |
46 |
| - "fs-extra": "^11.1.1", |
47 |
| - "strip-ansi": "^7.1.0", |
48 |
| - "tslib": "^2.3.1", |
49 |
| - "yaml": "^2.3.4", |
50 |
| - "zod": "^3.22.4" |
51 |
| - }, |
52 |
| - "peerDependencies": { |
53 |
| - "@angular-devkit/architect": "~0.1702.0", |
54 |
| - "@angular-devkit/core": "~17.2.0" |
55 |
| - }, |
56 |
| - "peerDependenciesMeta": { |
57 |
| - "@angular-devkit/architect": { |
58 |
| - "optional": true |
59 |
| - }, |
60 |
| - "@angular-devkit/core": { |
61 |
| - "optional": true |
62 |
| - } |
| 34 | + "./dist/*": { |
| 35 | + "node": "./dist/*", |
| 36 | + "default": null |
| 37 | + } |
| 38 | + }, |
| 39 | + "files": [ |
| 40 | + "dist" |
| 41 | + ], |
| 42 | + "license": "Apache-2.0", |
| 43 | + "dependencies": { |
| 44 | + "@apphosting/common": "^0.0.1", |
| 45 | + "firebase-functions": "^4.3.1", |
| 46 | + "fs-extra": "^11.1.1", |
| 47 | + "strip-ansi": "^7.1.0", |
| 48 | + "tslib": "^2.3.1", |
| 49 | + "yaml": "^2.3.4", |
| 50 | + "zod": "^3.22.4" |
| 51 | + }, |
| 52 | + "peerDependencies": { |
| 53 | + "@angular-devkit/architect": "~0.1702.0", |
| 54 | + "@angular-devkit/core": "~17.2.0" |
| 55 | + }, |
| 56 | + "peerDependenciesMeta": { |
| 57 | + "@angular-devkit/architect": { |
| 58 | + "optional": true |
63 | 59 | },
|
64 |
| - "devDependencies": { |
65 |
| - "@angular-devkit/architect": "~0.1702.0", |
66 |
| - "@angular-devkit/core": "~17.2.0", |
67 |
| - "@angular/core": "~17.2.0", |
68 |
| - "@types/fs-extra": "*", |
69 |
| - "@types/mocha": "*", |
70 |
| - "@types/tmp": "*", |
71 |
| - "mocha": "*", |
72 |
| - "semver": "*", |
73 |
| - "tmp": "*", |
74 |
| - "ts-mocha": "*", |
75 |
| - "ts-node": "*", |
76 |
| - "typescript": "*", |
77 |
| - "verdaccio": "^5.30.3" |
| 60 | + "@angular-devkit/core": { |
| 61 | + "optional": true |
78 | 62 | }
|
| 63 | + }, |
| 64 | + "devDependencies": { |
| 65 | + "@angular-devkit/architect": "~0.1702.0", |
| 66 | + "@angular-devkit/core": "~17.2.0", |
| 67 | + "@angular/core": "~17.2.0", |
| 68 | + "@types/fs-extra": "*", |
| 69 | + "@types/mocha": "*", |
| 70 | + "@types/tmp": "*", |
| 71 | + "mocha": "*", |
| 72 | + "semver": "*", |
| 73 | + "tmp": "*", |
| 74 | + "ts-mocha": "*", |
| 75 | + "ts-node": "*", |
| 76 | + "typescript": "*", |
| 77 | + "verdaccio": "^5.30.3" |
| 78 | + } |
79 | 79 | }
|
0 commit comments