UNPKG

@blitzjs/env

Version:

Next.js dotenv file loading

39 lines (38 loc) 1.01 kB
{ "name": "@blitzjs/env", "version": "0.45.5", "keywords": [ "react", "next", "next.js", "dotenv" ], "description": "Next.js dotenv file loading", "repository": { "type": "git", "url": "https://github.com/vercel/next.js", "directory": "packages/next-env" }, "author": "Blitz.js", "license": "MIT", "main": "dist/index.js", "types": "types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "dev": "ncc build ./index.ts -w -o dist/", "prerelease": "rimraf ./dist/", "types": "tsc index.ts --declaration --emitDeclarationOnly --declarationDir types --esModuleInterop --skipLibCheck", "release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register", "prepublish": "yarn release && yarn types" }, "devDependencies": { "@types/dotenv": "8.2.0", "@zeit/ncc": "0.20.4", "dotenv": "8.2.0", "dotenv-expand": "^5.1.0" }, "gitHead": "de3d784832e30a1ecf94f799f20b8fc44445db2d" }