UNPKG

datoit

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite

141 lines (140 loc) 3.24 kB
{ "name": "datoit", "version": "0.0.5", "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite", "homepage": "https://datoit.com", "directories": { "lib": "./lib", "bin": "./bin" }, "main": "./lib", "bin": { "datoit": "./bin/datoit.js" }, "dependencies": { "@koa/cors": "^3.0.0", "async": "^2.1.2", "boom": "^7.3.0", "boxen": "4.2.0", "chalk": "^4.1.2", "chokidar": "^3.5.1", "ci-info": "3.1.1", "cli-table3": "^0.6.0", "commander": "6.1.0", "configstore": "5.0.1", "cross-spawn": "^7.0.3", "datoit-database": "0.0.3", "datoit-generate": "0.0.2", "datoit-generate-api": "0.0.2", "datoit-generate-controller": "0.0.2", "datoit-generate-model": "0.0.2", "datoit-generate-new": "0.0.3", "datoit-generate-plugin": "0.0.3", "datoit-generate-policy": "0.0.2", "datoit-generate-service": "0.0.3", "datoit-utils": "0.0.4", "debug": "^4.1.1", "delegates": "^1.0.0", "dotenv": "^8.2.0", "execa": "^1.0.0", "fs-extra": "^9.1.0", "glob": "^7.1.2", "inquirer": "^6.2.1", "is-docker": "2.2.1", "koa": "^2.13.1", "koa-body": "^4.2.0", "koa-compose": "^4.1.0", "koa-compress": "^5.0.1", "koa-convert": "^2.0.0", "koa-favicon": "^2.0.0", "koa-i18n": "^2.1.0", "koa-ip": "^2.0.0", "koa-locale": "~1.3.0", "koa-lusca": "~2.2.0", "koa-router": "^7.4.0", "koa-session": "^6.2.0", "koa-static": "^5.0.0", "lodash": "^4.17.21", "node-fetch": "^2.6.1", "node-machine-id": "1.1.12", "node-schedule": "1.3.2", "opn": "^5.5.0", "ora": "^5.4.0", "package-json": "6.5.0", "qs": "^6.10.1", "resolve-cwd": "^3.0.0", "rimraf": "^3.0.2", "semver": "7.3.5" }, "scripts": { "postinstall": "node lib/utils/success.js" }, "author": { "email": "win@datoit.com", "name": "Datoit team", "url": "https://datoit.com" }, "maintainers": [ { "email": "win@datoit.com", "name": "Datoit team", "url": "https://datoit.com" } ], "repository": { "type": "git", "url": "git://github.com/datoit/datoit.git" }, "bugs": { "url": "https://github.com/datoit/datoit/issues" }, "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, "license": "SEE LICENSE IN LICENSE", "keywords": [ "datoit", "cms", "cmf", "content management system", "content management framework", "admin panel", "dashboard", "api", "auth", "framework", "http", "json", "koa", "koajs", "lusca", "mvc", "oauth", "oauth2", "orm", "rest", "restful", "security", "jam", "jamstack", "javascript", "headless", "MongoDB", "MySQL", "MariaDB", "PostgreSQL", "SQLite", "graphqL", "infrastructure", "backend", "open source", "self hosted", "javascript", "lerna", "lernajs", "react", "reactjs" ], "gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53" }