@turingnova/robots
Version:
Next.js robots.tsx generator - Automatically create and serve robots.txt for Next.js applications
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "@turingnova/robots",
"version": "1.0.21",
"description": "Next.js robots.tsx generator - Automatically create and serve robots.txt for Next.js applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"init": "dist/cli.js",
"robots-serve": "dist/simple-server.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"postinstall": "node postinstall.js"
},
"keywords": [
"nextjs",
"robots",
"robots.txt",
"robots.tsx",
"seo",
"crawler",
"search-engine",
"metadata",
"next.js",
"app-router",
"pages-router"
],
"author": "Turing Nova",
"license": "MIT",
"files": [
"dist",
"README.md",
"QUICK_START.md",
"postinstall.js"
],
"dependencies": {
"commander": "^11.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
},
"peerDependencies": {
"next": ">=12.0.0"
}
}