rsnext/packages/third-parties/package.json
vercel-release-bot f89987f09d v13.4.13-canary.2
2023-07-25 19:56:56 +00:00

30 lines
681 B
JSON

{
"name": "@next/third-parties",
"version": "13.4.13-canary.2",
"private": true,
"repository": {
"url": "vercel/next.js",
"directory": "packages/third-parties"
},
"main": "dist/index.js",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"manual-build": "rm -rf dist && tsc -d -p tsconfig.json && node scripts/update-third-parties",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"dependencies": {
"third-party-capital": "1.0.17"
},
"devDependencies": {
"outdent": "0.8.0",
"prettier": "2.5.1"
},
"peerDependencies": {
"next": "^13.0.0",
"react": "^18.2.0"
}
}