UNPKG

@padhariyavishal/nextpress

Version:
35 lines (34 loc) 826 B
{ "name": "@padhariyavishal/nextpress", "version": "1.0.1", "description": "NextJS based CMS Framework.", "main": "dist/index.ts", "types": "dist/index.d.ts", "scripts": { "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vishalpadhariya/nextpress.git" }, "keywords": [ "nextpress", "nextjs", "reactjs" ], "author": "Vishal Padhariya", "license": "MIT", "bugs": { "url": "https://github.com/vishalpadhariya/nextpress/issues" }, "homepage": "https://github.com/vishalpadhariya/nextpress#readme", "dependencies": { "@types/mysql": "^2.15.26", "mysql2": "^3.10.0" }, "devDependencies": { "@types/node": "^20.14.1", "typescript": "5.4.5" } }