-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 978 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
38
39
{
"name": "iota-logistics-backend",
"private": true,
"version": "0.1.0",
"description": "Backend API to serve the logistics tracking and tracing",
"scripts": {
"develop": "strapi develop",
"develop:watch": "strapi develop --watch-admin",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/uuid": "^9.0.2"
},
"dependencies": {
"@strapi/plugin-i18n": "4.11.1",
"@strapi/plugin-users-permissions": "4.11.1",
"@strapi/provider-upload-cloudinary": "^4.11.2",
"@strapi/strapi": "4.11.1",
"ajv": "^8.12.0",
"amqplib": "^0.10.3",
"better-sqlite3": "8.0.1",
"uuid": "^9.0.0"
},
"author": {
"name": "Moffat Gitau",
"email": "[email protected]"
},
"strapi": {
"uuid": "304179c0-ef49-45a3-9268-0b791e101621"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}