dev-credit
Version:
Add essential developer credits (4 meta tags) to Next.js projects - Published by Softq Web Solutions
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "dev-credit",
"version": "1.1.0",
"description": "Add essential developer credits (4 meta tags) to Next.js projects - Published by Softq Web Solutions",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
},
"./auto": {
"types": "./auto.d.ts",
"import": "./auto.js"
}
},
"files": [
"index.js",
"index.d.ts",
"auto.js",
"auto.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"No tests specified\"",
"prepublishOnly": "echo \"Ready to publish dev-credit package\""
},
"keywords": [
"nextjs",
"metadata",
"developer-credit",
"attribution",
"head-tags",
"seo",
"meta-tags",
"softq",
"minimal"
],
"author": "Himangshu Mishra <contact@mishra.codes> (https://mishra.codes)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/himangshumishra/dev-credit.git"
},
"bugs": {
"url": "https://github.com/himangshumishra/dev-credit/issues"
},
"homepage": "https://github.com/himangshumishra/dev-credit#readme",
"peerDependencies": {
"next": ">=13.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}