/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/next-env/package.json
36 строк
986 B
next-js-bot[bot]
v16.3.1-canary.15
13 часов назад
Не верифицирован
13 часов назад
c85d7a6
Код
Авторство
О чём код?
{ "name": "@next/env", "version": "16.3.1-canary.15", "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": "Next.js Team <support@vercel.com>", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "ncc build ./index.ts -w -o dist/", "prebuild:source": "node ../../scripts/rm.mjs dist", "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist", "build:source": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register", "build": "pnpm build:source && pnpm types", "pack-for-isolated-tests": "pnpm pack --out ./packed.tgz" }, "devDependencies": { "@vercel/ncc": "0.38.4", "dotenv": "16.3.1", "dotenv-expand": "10.0.0" } }