UNPKG

next-seo-metadata

Version:

A CLI tool to generate and manage Next.js metadata configurations

53 lines (52 loc) 1.24 kB
{ "name": "next-seo-metadata", "version": "1.2.0", "description": "A CLI tool to generate and manage Next.js metadata configurations", "main": "src/index.js", "bin": { "next-seo-metadata": "./bin/next-seo-metadata.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "next.js", "next", "seo", "metadata", "cli", "generator", "configuration", "tool", "next-seo", "nextjs", "nextjs-metadata", "nextjs-seo", "nextjs-cli", "nextjs-generator", "next-seo-metadata" ], "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^9.4.0", "fs-extra": "^10.1.0", "inquirer": "^8.2.4", "glob": "^8.0.3" }, "engines": { "node": ">=14.0.0" }, "author": { "name": "Sahil Mondal", "email": "development.sahil@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/sahilmondal/next-seo-metadata-generator.git" }, "bugs": { "url": "https://github.com/sahilmondal/next-seo-metadata-generator/issues" }, "homepage": "https://github.com/sahilmondal/next-seo-metadata-generator#readme" }