commit 30e189b8ae42d760c233b63d43acb5318c9f3925 Author: DrMint Date: Fri Dec 10 10:59:15 2021 +0100 first commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..35a89a5 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "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": { + "@strapi/plugin-graphql": "^4.0.0", + "@strapi/plugin-i18n": "4.0.0", + "@strapi/plugin-users-permissions": "4.0.0", + "@strapi/strapi": "4.0.0", + "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" +}