strapi-ts
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
JSON
{
"name": "strapi-ts",
"version": "1.0.2",
"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://strapi.io",
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib",
"bin": {
"strapi-ts": "./bin/strapi.js"
},
"dependencies": {
"@koa/cors": "^3.0.0",
"async": "^2.1.2",
"boom": "^7.3.0",
"boxen": "4.2.0",
"chalk": "^4.1.1",
"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",
"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.3.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",
"strapi-database": "3.6.10",
"strapi-generate": "3.6.10",
"strapi-generate-api": "3.6.10",
"strapi-generate-controller": "3.6.10",
"strapi-generate-model": "3.6.10",
"strapi-generate-new": "3.6.10",
"strapi-generate-plugin": "3.6.10",
"strapi-generate-policy": "3.6.10",
"strapi-generate-service": "3.6.10",
"strapi-utils": "3.6.10"
},
"scripts": {
"postinstall": "node lib/utils/success.js"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"strapi",
"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": "86f882bc154e16321fbc83d0086e0d956bb5e82a"
}