-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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": "x-world-map-api",
"private": true,
"version": "0.1.0",
"description": "A World Map visualization of remote workers, events and more...",
"author": {
"name": "Bernardo Dias",
"email": "[email protected]",
"url": "http://bernardodiasdacruz.com/"
},
"license": "MIT",
"homepage": "https://github.com/bernardodiasc/x-world-map-api#readme",
"repository": "github:bernardodiasc/x-world-map-api",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/plugin-i18n": "4.1.7",
"@strapi/plugin-users-permissions": "4.1.7",
"@strapi/provider-upload-cloudinary": "^4.1.7",
"@strapi/strapi": "4.1.7",
"pg": "^8.7.3",
"pg-connection-string": "^2.5.0",
"sqlite3": "5.0.2"
},
"strapi": {
"uuid": "b5ebe31b-f806-4cc6-be2e-495fc612c0d6"
},
"engines": {
"node": ">=12.x.x <=14.x.x",
"npm": "6.x.x"
}
}