create-nextpress-app
Version:
Create NextPress CMS based on NextJS APP
40 lines (39 loc) • 886 B
JSON
{
"name": "create-nextpress-app",
"version": "1.0.9",
"description": "Create NextPress CMS based on NextJS APP",
"main": "dist/cli.js",
"bin": {
"create-nextpress-app": "./dist/cli.js"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishalpadhariya/nextpress.git"
},
"keywords": [
"nextpress",
"react",
"nextjs",
"NextJs",
"CMS"
],
"author": "Vishal Padhariya <padhariya.vishal@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vishalpadhariya/nextpress/issues"
},
"homepage": "https://github.com/vishalpadhariya/nextpress#readme",
"devDependencies": {
"@types/node": "^20.12.13",
"typescript": "^5.4.5"
},
"dependencies": {
"create-next-app": "^14.2.3"
}
}