|
|
@@ -0,0 +1,38 @@ |
|
|
|
{ |
|
|
|
"name": "tbg-company-api", |
|
|
|
"private": true, |
|
|
|
"version": "0.1.0", |
|
|
|
"description": "A Strapi application", |
|
|
|
"scripts": { |
|
|
|
"develop": "strapi develop", |
|
|
|
"start": "strapi start", |
|
|
|
"build": "strapi build", |
|
|
|
"strapi": "strapi" |
|
|
|
}, |
|
|
|
"devDependencies": {}, |
|
|
|
"dependencies": { |
|
|
|
"knex": "<0.20.0", |
|
|
|
"sqlite3": "5.0.0", |
|
|
|
"strapi": "3.4.6", |
|
|
|
"strapi-admin": "3.4.6", |
|
|
|
"strapi-connector-bookshelf": "3.4.6", |
|
|
|
"strapi-plugin-content-manager": "3.4.6", |
|
|
|
"strapi-plugin-content-type-builder": "3.4.6", |
|
|
|
"strapi-plugin-email": "3.4.6", |
|
|
|
"strapi-plugin-graphql": "3.4.6", |
|
|
|
"strapi-plugin-upload": "3.4.6", |
|
|
|
"strapi-plugin-users-permissions": "3.4.6", |
|
|
|
"strapi-utils": "3.4.6" |
|
|
|
}, |
|
|
|
"author": { |
|
|
|
"name": "A Strapi developer" |
|
|
|
}, |
|
|
|
"strapi": { |
|
|
|
"uuid": "9bc5e63a-1de4-48f2-919a-bc487e6e2d09" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10.16.0 <=14.x.x", |
|
|
|
"npm": ">=6.0.0" |
|
|
|
}, |
|
|
|
"license": "MIT" |
|
|
|
} |