mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
76a0bdbdf4
We're using Node.js versions with a built-in `fetch` implementation in all of these scripts.
27 lines
632 B
JSON
27 lines
632 B
JSON
{
|
|
"name": "next-integration-stat",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"lint": "eslint src/",
|
|
"build": "ncc build src/index.ts -t -o dist",
|
|
"lint:prettier": "prettier -c . --cache --ignore-path=../../../.prettierignore"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@vercel/ncc": "0.38.4",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^6.0.0",
|
|
"semver": "^7.3.8",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.9.0"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|