forked from Dae314/afkbuilder_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 802 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
{
"name": "afk-builder-api",
"private": true,
"version": "0.1.0",
"description": "Database API for AFKBuilder using Strapi",
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@stdlib/dist-stats-base-dists-flat": "^0.0.96",
"@strapi/plugin-graphql": "4.0.8",
"@strapi/plugin-i18n": "4.0.8",
"@strapi/plugin-users-permissions": "4.0.8",
"@strapi/strapi": "4.0.8",
"graphql-type-json": "^0.3.2",
"pg": "^8.7.1",
"sqlite3": "5.0.2",
"winston": "^3.4.0",
"winston-daily-rotate-file": "^4.5.5"
},
"author": {
"name": "Dae314"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}