Skip to content

Commit e34225d

Browse files
committed
chore(strapi): Update package.json with license and author information
1 parent fc6385b commit e34225d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cms/quivr/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "quivr",
3-
"private": true,
43
"version": "0.1.0",
4+
"private": true,
55
"description": "A Strapi application",
6+
"license": "MIT",
7+
"author": {
8+
"name": "A Strapi developer"
9+
},
610
"scripts": {
11+
"build": "strapi build",
712
"develop": "strapi develop",
813
"start": "strapi start",
9-
"build": "strapi build",
1014
"strapi": "strapi"
1115
},
12-
"devDependencies": {},
1316
"dependencies": {
1417
"@ckeditor/strapi-plugin-ckeditor": "0.0.9",
1518
"@strapi/plugin-i18n": "4.16.2",
@@ -21,15 +24,12 @@
2124
"pg": "8.11.3",
2225
"strapi-provider-email-resend": "1.0.4"
2326
},
24-
"author": {
25-
"name": "A Strapi developer"
26-
},
27-
"strapi": {
28-
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
29-
},
27+
"devDependencies": {},
3028
"engines": {
3129
"node": "18.19.0",
3230
"npm": "10.2.5"
3331
},
34-
"license": "MIT"
32+
"strapi": {
33+
"uuid": "c2cbd510-4048-4ef6-b14c-0e3d74744031"
34+
}
3535
}

0 commit comments

Comments
 (0)