{ "name": "cms", "version": "0.1.0", "description": "A backend made with Manifest: https://manifest.build", "private": true, "license": "UNLICENSED", "scripts": { "start:dev": "dotenv -e .env.development -- node node_modules/manifest/scripts/watch/watch.js", "start": "node node_modules/manifest/scripts/watch/watch.js", "seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js" }, "dependencies": { "manifest": "^4.16.2", "sqlite3": "^5.1.7" }, "devDependencies": { "dotenv-cli": "^9.0.0" } }