UNPKG

next-turbopack-nodenext

Version:

Adds module: NodeNext support to Turbopack in Next.js

56 lines 1.33 kB
{ "name": "next-turbopack-nodenext", "version": "1.2.0", "description": "Adds module: NodeNext support to Turbopack in Next.js", "type": "module", "sideEffects": false, "main": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json --outDir dist", "clean": "rimraf dist", "format": "biome format", "lint": "biome lint", "prepack": "yarn clean && yarn build", "test": "yarn lint && yarn tsc && yarn format", "tsc": "tsc" }, "keywords": [ "next", "turbopack" ], "author": { "name": "Wojciech Maj", "email": "kontakt@wojtekmaj.pl" }, "license": "MIT", "dependencies": { "fast-glob": "^3.0.0" }, "devDependencies": { "@biomejs/biome": "^1.8.0", "@types/node": "18", "husky": "^9.0.0", "next": "^14.0.0", "rimraf": "^3.0.0", "typescript": "^5.5.2" }, "peerDependencies": { "next": ">=14.0.0" }, "publishConfig": { "access": "public", "provenance": true }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/wojtekmaj/next-turbopack-nodenext.git" }, "funding": "https://github.com/wojtekmaj/next-turbopack-nodenext?sponsor=1", "packageManager": "yarn@4.3.1" }