-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 928 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
{
"name": "lumium",
"version": "0.16.0",
"repository": {
"type": "git",
"url": "https://github.com/lumium-technologies/lumium"
},
"author": "Cedric Schwyter <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lumium-technologies/lumium/issues"
},
"homepage": "https://lumium.space",
"description": "next level docs",
"scripts": {
"test": "make test",
"build": "[ ! -z ${LUMIUM_COMPONENT} ] && component=\"-${LUMIUM_COMPONENT}\"; make build${component} -j && make reduce-slug-size",
"prepare": "husky install"
},
"workspaces": [
"lumium-space"
],
"devDependencies": {
"git-conventional-commits": "^2.1.1",
"husky": "^8.0.0"
},
"dependencies": {
"child_process": "1.0.2",
"heroku-client": "3.1.0"
},
"private": "true"
}