mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
35 lines
826 B
JSON
35 lines
826 B
JSON
{
|
|
"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:*"
|
|
}
|
|
}
|