-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "beckn",
"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-email": "^4.25.11",
"@strapi/plugin-graphql": "^4.13.6",
"@strapi/plugin-i18n": "4.12.4",
"@strapi/plugin-users-permissions": "4.12.4",
"@strapi/provider-email-sendgrid": "^4.25.11",
"@strapi/strapi": "4.12.4",
"better-sqlite3": "8.5.0",
"mysql2": "^3.6.1",
"socket.io": "^4.7.5",
"strapi-plugin-import-export-entries": "^1.21.1",
"uuid": "^10.0.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "83020310-ce30-4d49-819c-57f4e51c96bd"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}