UNPKG

we0-cms-pgsql-api

Version:

A CMS API package for Next.js applications with dynamic table management

50 lines (49 loc) 1.19 kB
{ "name": "we0-cms-pgsql-api", "version": "0.2.0", "description": "A CMS API package for Next.js applications with dynamic table management", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cms", "api", "nextjs", "sequelize", "postgresql", "dynamic-table" ], "author": "", "license": "MIT", "dependencies": { "@babel/runtime": "^7.22.5" }, "peerDependencies": { "next": "^15.0.0", "sequelize": "^6.37.0", "pg": "^8.16.0", "pg-hstore": "^2.3.0" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@babel/plugin-transform-runtime": "^7.22.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-typescript": "^11.1.1", "@types/node": "^20.0.0", "@types/pg": "^8.15.0", "rollup": "^3.25.1", "typescript": "^5.1.3" } }