-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.26 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 3.26 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "KickKwadrat",
"version": "1.0.3",
"description": "",
"type": "module",
"scripts": {
"compile": "rollup -c",
"watchjs": "rollup -c --watch",
"boilerplate": "cross-env KICK_CONFIG=boilerplate node ./scripts/tasks/copy.js",
"copy": "cross-env KICK_CONFIG=copy node ./scripts/tasks/copy.js",
"copyrelease": "cross-env KICK_CONFIG=release node ./scripts/tasks/copy.js",
"copypackage": "cross-env KICK_CONFIG=package node ./scripts/tasks/copy.js",
"watch": "node ./scripts/tasks/watch.js",
"cleaner": "node ./scripts/tasks/clean.js",
"archives": "cross-env node ./scripts/tasks/archives.js",
"buildinternwithjs": "npm run compile && npm run cleaner && npm run copyrelease && npm run copypackage && npm run archives",
"buildintern": "npm run cleaner && npm run copyrelease && npm run copypackage && npm run archives",
"release": "npm run cleaner && npm run copyrelease && npm run copypackage && npm run archives && npm run updateXML",
"updateXML": "node ./scripts/tasks/xml.js",
"download:joomla": "sh ./scripts/joomla.sh",
"download:joomla4": "sh ./scripts/joomla4.sh",
"download:joomla5": "sh ./scripts/joomla5.sh",
"publishtag": "sh ./scripts/post.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kicktemp/plg_system_kickkwadrat.git"
},
"keywords": [],
"author": {
"name": "Kicktemp GmbH",
"email": "hello@kicktemp.com",
"url": "https://kicktemp.com"
},
"contributors": [
{
"name": "Niels Nübel",
"email": "niels@kicktemp.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Kicktemp/plg_system_kickkwadrat/issues"
},
"homepage": "https://github.com/Kicktemp/plg_system_kickkwadrat#readme",
"buildconfigs": {
"proxy": "http://plg_system_kickkwadrat.kick5.test"
},
"placeholder": {
"[UPDATEURL]": "https://kicktemp.shop/download?e=[PACKAGE_NAME]&v=[VERSION]",
"[PACKAGE_NAME]": "plg_system_kickkwadrat",
"[PROJECT_NAME]": "plg_system_kickkwadrat",
"[PRODUCT_NAME]": "KickKwadrat",
"[OWNER]": "Kicktemp",
"[REPO]": "plg_system_kickkwadrat",
"[BRANCH]": "main",
"[AUTHOR]": "Kicktemp GmbH",
"[AUTHOR_EMAIL]": "hello@kicktemp.com",
"[COPYRIGHT]": "Copyright © 2023 Kicktemp GmbH. All rights reserved.",
"[LICENSE]": "GNU General Public License version 2 or later; see LICENSE.txt",
"[AUTHOR_URL]": "https://kicktemp.com",
"[DATE]": "01.03.2024",
"[PLUGINTYPE]": "system"
},
"casesensitive": {
"kicktempyootheme": "kickkwadrat",
"KickKwadrat": "KickKwadrat",
"KICKYOOBOILERPLATE": "KICKYOOBOILERPLATE"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"archiver": "^6.0.1",
"babel-plugin-lodash": "^3.3.4",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",
"libxmljs": "^1.0.9",
"lodash": "^4.17.21",
"path": "^0.12.7",
"rollup": "^3.28.1",
"rollup-plugin-vue": "^6.0.0"
},
"overrides": {
"babel-plugin-lodash": {
"@babel/types": "~7.20.0"
}
}
}