-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 Bytes
/
package.json
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
37
{
"name": "tbcc-db",
"private": true,
"version": "1.0.0",
"description": "IT5090 Capstone Project: Telugu Badminton Club of Canterbury",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"seed": "node script/seed.js"
},
"dependencies": {
"@strapi/plugin-i18n": "4.4.7",
"@strapi/plugin-users-permissions": "4.4.7",
"@strapi/provider-upload-cloudinary": "^4.4.7",
"@strapi/strapi": "4.4.7",
"better-sqlite3": "^7.6.2",
"fs-extra": "^10.0.0",
"pg": "^8.8.0",
"pg-connection-string": "^2.5.0",
"sqlite3": "^5.1.2",
"unzip-stream": "^0.3.1",
"uuid-v4": "^0.1.0"
},
"author": {
"name": "Hugh Lilly"
},
"strapi": {
"uuid": "8c26cf5a-9f7a-429f-8aa7-15dbe2544bde"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}