File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quivr" ,
3
- "private" : true ,
4
3
"version" : " 0.1.0" ,
4
+ "private" : true ,
5
5
"description" : " A Strapi application" ,
6
+ "license" : " MIT" ,
7
+ "author" : {
8
+ "name" : " A Strapi developer"
9
+ },
6
10
"scripts" : {
11
+ "build" : " strapi build" ,
7
12
"develop" : " strapi develop" ,
8
13
"start" : " strapi start" ,
9
- "build" : " strapi build" ,
10
14
"strapi" : " strapi"
11
15
},
12
- "devDependencies" : {},
13
16
"dependencies" : {
14
17
"@ckeditor/strapi-plugin-ckeditor" : " 0.0.9" ,
15
18
"@strapi/plugin-i18n" : " 4.16.2" ,
21
24
"pg" : " 8.11.3" ,
22
25
"strapi-provider-email-resend" : " 1.0.4"
23
26
},
24
- "author" : {
25
- "name" : " A Strapi developer"
26
- },
27
- "strapi" : {
28
- "uuid" : " c2cbd510-4048-4ef6-b14c-0e3d74744031"
29
- },
27
+ "devDependencies" : {},
30
28
"engines" : {
31
29
"node" : " 18.19.0" ,
32
30
"npm" : " 10.2.5"
33
31
},
34
- "license" : " MIT"
32
+ "strapi" : {
33
+ "uuid" : " c2cbd510-4048-4ef6-b14c-0e3d74744031"
34
+ }
35
35
}
You can’t perform that action at this time.
0 commit comments