mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-13 19:23:54 +03:00
chore(strapi): Update package.json with license and author information
This commit is contained in:
parent
fc6385bfcd
commit
e34225de0f
@ -1,15 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "quivr",
|
"name": "quivr",
|
||||||
"private": true,
|
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
"description": "A Strapi application",
|
"description": "A Strapi application",
|
||||||
|
"license": "MIT",
|
||||||
|
"author": {
|
||||||
|
"name": "A Strapi developer"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "strapi build",
|
||||||
"develop": "strapi develop",
|
"develop": "strapi develop",
|
||||||
"start": "strapi start",
|
"start": "strapi start",
|
||||||
"build": "strapi build",
|
|
||||||
"strapi": "strapi"
|
"strapi": "strapi"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ckeditor/strapi-plugin-ckeditor": "0.0.9",
|
"@ckeditor/strapi-plugin-ckeditor": "0.0.9",
|
||||||
"@strapi/plugin-i18n": "4.16.2",
|
"@strapi/plugin-i18n": "4.16.2",
|
||||||
@ -21,15 +24,12 @@
|
|||||||
"pg": "8.11.3",
|
"pg": "8.11.3",
|
||||||
"strapi-provider-email-resend": "1.0.4"
|
"strapi-provider-email-resend": "1.0.4"
|
||||||
},
|
},
|
||||||
"author": {
|
"devDependencies": {},
|
||||||
"name": "A Strapi developer"
|
|
||||||
},
|
|
||||||
"strapi": {
|
|
||||||
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "18.19.0",
|
"node": "18.19.0",
|
||||||
"npm": "10.2.5"
|
"npm": "10.2.5"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"strapi": {
|
||||||
|
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user