UNPKG

next-blog-ai

Version:

AI-powered blog generation and content delivery for Next.js and other frameworks

48 lines (47 loc) 1.03 kB
{ "name": "next-blog-ai", "version": "0.3.12", "description": "AI-powered blog generation and content delivery for Next.js and other frameworks", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "keywords": [ "blog", "ai", "content", "ssr", "next.js", "react" ], "author": "Next-Blog-AI", "license": "MIT", "repository": { "type": "url", "url": "https://next-blog-ai.com" }, "bugs": { "url": "https://next-blog-ai.com/help" }, "homepage": "https://next-blog-ai.com", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.17.32", "jest": "^29.7.0", "ts-jest": "^29.3.2", "tsup": "^7.2.0", "typescript": "^5.8.3" } }