2021-12-10 09:59:15 +00:00
|
|
|
{
|
|
|
|
"name": "strapi-accords-library-com",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A Strapi application",
|
|
|
|
"scripts": {
|
|
|
|
"develop": "strapi develop",
|
|
|
|
"start": "strapi start",
|
|
|
|
"build": "strapi build",
|
|
|
|
"strapi": "strapi"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-06 12:19:28 +00:00
|
|
|
"@strapi/plugin-graphql": "4.0.7",
|
|
|
|
"@strapi/strapi": "4.0.7",
|
2021-12-10 09:59:15 +00:00
|
|
|
"sqlite3": "5.0.2"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "A Strapi developer"
|
|
|
|
},
|
|
|
|
"strapi": {
|
|
|
|
"uuid": "b278e654-01f2-4422-acfa-9a68573dfd02"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.x.x <=16.x.x",
|
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|