diff options
Diffstat (limited to 'packages/bun-framework-next')
-rw-r--r-- | packages/bun-framework-next/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 55c2ff930..942d79bb8 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -4,6 +4,20 @@ "main": "index.js", "module": "index.js", "description": "Bun compatibility layer for Next.js v12.0.x", + "scripts": { + "test": "echo Worked" + }, + "author": "", + "license": "MIT", + "dependencies": { + "react-is": "^17.0.2" + }, + "peerDependencies": { + "next": "^12.0.0" + }, + "devDependencies": { + "react-refresh": "^0.10.0" + }, "framework": { "displayName": "Next.js", "static": "public", @@ -74,19 +88,5 @@ "fallback": "fallback.production.tsx", "css": "onimportcss" } - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "MIT", - "dependencies": { - "react-is": "^17.0.2" - }, - "peerDependencies": { - "next": "^12.0.0" - }, - "devDependencies": { - "react-refresh": "^0.10.0" } } |