-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "@sgsoftware/strapi-plugin-sghp-nav",
"version": "1.2.0",
"description": "Plugin for strapi to create, edit and retrieve website navigation structure",
"devDependencies": {
"typescript": "5.0.4"
},
"scripts": {
"build": "cd ./packages/sghp-nav-host-app && yarn && npm run buildplugins",
"clean": "npm run clean-front && npm run clean-plugin",
"clean-front": "cd ./packages/sghp-nav-front && npm run clean",
"clean-plugin": "rm -rf ./packages/sghp-nav-host-app/src/plugins/sghp-nav/dist"
},
"keywords": [
"strapi",
"plugin",
"navigation",
"menu",
"typescript",
"types"
],
"author": {
"name": "Samuel Gfrörer",
"email": "[email protected]",
"url": "https://software.esgeh.net"
},
"maintainers": [
{
"name": "Samuel Gfrörer",
"email": "[email protected]",
"url": "https://software.esgeh.net"
}
],
"homepage": "https://github.com/EsGeh/strapi-plugin-sghp-nav",
"repository": {
"type": "git",
"url": "git+https://github.com/EsGeh/strapi-plugin-sghp-nav.git"
},
"license": "MIT"
}