|
1 | 1 | {
|
2 |
| - "name": "@apphosting/adapter-nextjs", |
3 |
| - "version": "14.0.0", |
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-nextjs-build": "dist/bin/build.js", |
12 |
| - "apphosting-adapter-nextjs-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 |
| - }, |
27 |
| - "exports": { |
28 |
| - ".": { |
29 |
| - "node": "./dist/index.js", |
30 |
| - "default": null |
31 |
| - }, |
32 |
| - "./dist/*": { |
33 |
| - "node": "./dist/*", |
34 |
| - "default": null |
35 |
| - } |
36 |
| - }, |
37 |
| - "files": [ |
38 |
| - "dist" |
39 |
| - ], |
40 |
| - "license": "Apache-2.0", |
41 |
| - "dependencies": { |
42 |
| - "fs-extra": "^11.1.1", |
43 |
| - "yaml": "^2.3.4" |
44 |
| - }, |
45 |
| - "peerDependencies": { |
46 |
| - "next": "~14.0.0" |
47 |
| - }, |
48 |
| - "peerDependenciesMeta": { |
49 |
| - "next": { |
50 |
| - "optional": true |
51 |
| - } |
52 |
| - }, |
53 |
| - "devDependencies": { |
54 |
| - "@types/fs-extra": "*", |
55 |
| - "@types/tmp": "*", |
56 |
| - "next": "~14.0.0", |
57 |
| - "semver": "*", |
58 |
| - "tmp": "*", |
59 |
| - "ts-node": "*" |
| 2 | + "name": "@apphosting/adapter-nextjs", |
| 3 | + "version": "14.0.2", |
| 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-nextjs-build": "dist/bin/build.js", |
| 12 | + "apphosting-adapter-nextjs-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 | + }, |
| 27 | + "exports": { |
| 28 | + ".": { |
| 29 | + "node": "./dist/index.js", |
| 30 | + "default": null |
| 31 | + }, |
| 32 | + "./dist/*": { |
| 33 | + "node": "./dist/*", |
| 34 | + "default": null |
| 35 | + } |
| 36 | + }, |
| 37 | + "files": [ |
| 38 | + "dist" |
| 39 | + ], |
| 40 | + "license": "Apache-2.0", |
| 41 | + "dependencies": { |
| 42 | + "fs-extra": "^11.1.1", |
| 43 | + "yaml": "^2.3.4" |
| 44 | + }, |
| 45 | + "peerDependencies": { |
| 46 | + "next": "~14.0.0" |
| 47 | + }, |
| 48 | + "peerDependenciesMeta": { |
| 49 | + "next": { |
| 50 | + "optional": true |
60 | 51 | }
|
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@types/fs-extra": "*", |
| 55 | + "@types/tmp": "*", |
| 56 | + "next": "~14.0.0", |
| 57 | + "semver": "*", |
| 58 | + "tmp": "*", |
| 59 | + "ts-node": "*" |
| 60 | + } |
61 | 61 | }
|
0 commit comments