Skip to content

Commit

Permalink
chore(strapi): Update package.json with license and author information
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Feb 7, 2024
1 parent fc6385b commit e34225d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cms/quivr/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "quivr",
"private": true,
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@ckeditor/strapi-plugin-ckeditor": "0.0.9",
"@strapi/plugin-i18n": "4.16.2",
Expand All @@ -21,15 +24,12 @@
"pg": "8.11.3",
"strapi-provider-email-resend": "1.0.4"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
},
"devDependencies": {},
"engines": {
"node": "18.19.0",
"npm": "10.2.5"
},
"license": "MIT"
"strapi": {
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
}
}

0 comments on commit e34225d

Please sign in to comment.