/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
rspack/package.json
34 строки
826 B
Cong-Cong Pan
chore: release @next/rspack-core 1.0.3 (#94116)
26 май 2026, 17:32
Не верифицирован
26 май 2026, 17:32
04aa19d
Код
Авторство
О чём код?
{ "name": "@next/rspack-core", "version": "1.0.3", "homepage": "https://nextjs.org", "bugs": { "url": "https://github.com/vercel/next.js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vercel/next.js.git" }, "packageManager": "pnpm@10.33.0", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib" ], "scripts": { "build": "pnpm run --filter @next/rspack-binding build", "build:debug": "pnpm run --filter @next/rspack-binding build:debug", "change-npm-name": "node ./change-npm-name.js" }, "dependencies": { "@rspack/core": "2.0.4", "@next/rspack-binding": "workspace:*" } }