This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
generated from pabio/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@koj/strapi",
"version": "1.4.3",
"description": "Koj's Strapi API",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"update-template": "npx update-template https://github.com/koj-co/strapi",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koj-co/strapi.git"
},
"keywords": [
"koj",
"strapi"
],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koj-co/strapi/issues"
},
"homepage": "https://github.com/koj-co/strapi#readme",
"devDependencies": {
"@koj/config": "1.2.9",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.2",
"@semantic-release/npm": "^7.0.8",
"crypto-random-string": "^3.3.0",
"semantic-release": "^17.2.3",
"semantic-release-gitmoji": "^1.3.4",
"update-template": "^1.3.0"
},
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"knex": "<0.22.0",
"mysql": "latest",
"strapi": "3.4.0",
"strapi-admin": "3.4.0",
"strapi-connector-bookshelf": "3.3.4",
"strapi-plugin-content-manager": "3.3.4",
"strapi-plugin-content-type-builder": "3.3.4",
"strapi-plugin-email": "3.3.4",
"strapi-plugin-upload": "3.3.4",
"strapi-plugin-users-permissions": "3.3.4",
"strapi-utils": "3.3.4"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}