|
1 | 1 | { |
2 | | - "name": "@hyperb1iss/next-runtime-env", |
3 | | - "version": "4.0.0", |
4 | | - "description": "Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.", |
5 | | - "main": "build/index.js", |
6 | | - "scripts": { |
7 | | - "lint": "biome check . && prettier --check \"**/*.{md,mdx,json,yml,yaml}\"", |
8 | | - "lint:fix": "biome check --write . && prettier --write \"**/*.{md,mdx,json,yml,yaml}\"", |
9 | | - "lint:all": "biome check --write --unsafe . && prettier --write \"**/*.{md,mdx,json,yml,yaml}\"", |
10 | | - "test": "jest", |
11 | | - "test:coverage": "pnpm test -- --coverage", |
12 | | - "test:watch": "pnpm test -- --maxWorkers=50% --watchAll", |
13 | | - "test:integration": "node test-app/integration-test.mjs", |
14 | | - "build": "tsc -p .", |
15 | | - "build:watch": "pnpm build --watch", |
16 | | - "audit-ci": "audit-ci", |
17 | | - "semantic-release": "semantic-release" |
18 | | - }, |
19 | | - "keywords": [ |
20 | | - "nextjs", |
21 | | - "runtime", |
22 | | - "env", |
23 | | - "runtime env", |
24 | | - "next-runtime-env" |
25 | | - ], |
26 | | - "author": "Stefanie Jane <hyperb1iss@gmail.com> (Forked from Expatfile.tax LLC)", |
27 | | - "license": "MIT", |
28 | | - "repository": { |
29 | | - "type": "git", |
30 | | - "url": "https://github.com/hyperb1iss/next-runtime-env.git" |
31 | | - }, |
32 | | - "bugs": { |
33 | | - "url": "https://github.com/hyperb1iss/next-runtime-env/issues" |
34 | | - }, |
35 | | - "homepage": "https://github.com/hyperb1iss/next-runtime-env#readme", |
36 | | - "dependencies": { |
37 | | - "next": "^15", |
38 | | - "react": "^19" |
39 | | - }, |
40 | | - "devDependencies": { |
41 | | - "@biomejs/biome": "^2.2.6", |
42 | | - "@testing-library/jest-dom": "^6.6.3", |
43 | | - "@testing-library/react": "^16.3.0", |
44 | | - "@types/jest": "^29.5.14", |
45 | | - "@types/node": "^24.7.2", |
46 | | - "@types/react": "^19.2.2", |
47 | | - "@types/react-dom": "^19.2.2", |
48 | | - "audit-ci": "^7.1.0", |
49 | | - "jest": "^30.2.0", |
50 | | - "jest-environment-jsdom": "^30.2.0", |
51 | | - "prettier": "^3.5.3", |
52 | | - "react-dom": "19.2.0", |
53 | | - "semantic-release": "^24.2.3", |
54 | | - "ts-jest": "^29.4.5", |
55 | | - "typescript": "^5.9.3" |
56 | | - }, |
57 | | - "peerDependencies": { |
58 | | - "next": "^15", |
59 | | - "react": "^19" |
60 | | - } |
| 2 | + "name": "@hyperb1iss/next-runtime-env", |
| 3 | + "version": "4.0.0", |
| 4 | + "description": "Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.", |
| 5 | + "main": "build/index.js", |
| 6 | + "scripts": { |
| 7 | + "lint": "biome check . && prettier --check \"**/*.{md,mdx,yml,yaml}\"", |
| 8 | + "lint:fix": "biome check --write . && prettier --write \"**/*.{md,mdx,yml,yaml}\"", |
| 9 | + "lint:all": "biome check --write --unsafe . && prettier --write \"**/*.{md,mdx,yml,yaml}\"", |
| 10 | + "test": "jest", |
| 11 | + "test:coverage": "pnpm test -- --coverage", |
| 12 | + "test:watch": "pnpm test -- --maxWorkers=50% --watchAll", |
| 13 | + "test:integration": "node test-app/integration-test.mjs", |
| 14 | + "build": "tsc -p .", |
| 15 | + "build:watch": "pnpm build --watch", |
| 16 | + "audit-ci": "audit-ci", |
| 17 | + "semantic-release": "semantic-release" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "nextjs", |
| 21 | + "runtime", |
| 22 | + "env", |
| 23 | + "runtime env", |
| 24 | + "next-runtime-env" |
| 25 | + ], |
| 26 | + "author": "Stefanie Jane <hyperb1iss@gmail.com> (Forked from Expatfile.tax LLC)", |
| 27 | + "license": "MIT", |
| 28 | + "repository": { |
| 29 | + "type": "git", |
| 30 | + "url": "https://github.com/hyperb1iss/next-runtime-env.git" |
| 31 | + }, |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/hyperb1iss/next-runtime-env/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/hyperb1iss/next-runtime-env#readme", |
| 36 | + "dependencies": { |
| 37 | + "next": "^15", |
| 38 | + "react": "^19" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@biomejs/biome": "^2.2.6", |
| 42 | + "@testing-library/jest-dom": "^6.6.3", |
| 43 | + "@testing-library/react": "^16.3.0", |
| 44 | + "@types/jest": "^29.5.14", |
| 45 | + "@types/node": "^24.7.2", |
| 46 | + "@types/react": "^19.2.2", |
| 47 | + "@types/react-dom": "^19.2.2", |
| 48 | + "audit-ci": "^7.1.0", |
| 49 | + "jest": "^30.2.0", |
| 50 | + "jest-environment-jsdom": "^30.2.0", |
| 51 | + "prettier": "^3.5.3", |
| 52 | + "react-dom": "19.2.0", |
| 53 | + "semantic-release": "^24.2.3", |
| 54 | + "ts-jest": "^29.4.5", |
| 55 | + "typescript": "^5.9.3" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "next": "^15", |
| 59 | + "react": "^19" |
| 60 | + } |
61 | 61 | } |
0 commit comments