we0-cms-supabase-api
Version:
A CMS API package for Next.js applications with Supabase and dynamic table management
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "we0-cms-supabase-api",
"version": "0.1.0",
"description": "A CMS API package for Next.js applications with Supabase and 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",
"supabase",
"postgresql",
"dynamic-table"
],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.22.5"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.0.0",
"next": "^15.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@supabase/supabase-js": "^2.52.1",
"@types/node": "^20.0.0",
"rollup": "^3.25.1",
"typescript": "^5.1.3"
}
}