forked from ValaaLabs/valaa-stack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "@valos/kernel-vault",
"version": "0.35.0",
"valos": {
"type": "vault",
"domain": "@valos/kernel"
},
"description": "ValOS common infrastructure tools and libraries monorepository.",
"license": "MIT",
"author": "Valaa Technologies Ltd",
"private": true,
"repository": "https://github.com/valaatech/kernel",
"workspaces": [
"packages/*",
"opspaces/*",
"workers/*"
],
"scripts": {
"vlm": "vlm ",
"start": "vlm rouse-revealer ",
"dev": "TARGET_ENV=local vlm rouse-revealer ",
"prod": "TARGET_ENV=production vlm rouse-revealer ",
"clean": "lerna clean --yes",
"eslint": "eslint .",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "npm run eslint",
"test": "jest",
"build": "webpack ",
"assemble-packages": "vlm assemble-packages ",
"publish-packages": "vlm publish-packages "
},
"devDependencies": {
"@cyclonedx/bom": "^0.2.6",
"@valos/inspire": "^0.35.0-rc.12",
"@valos/kernel": "^0.35.0-rc.12",
"@valos/toolset-revealer": "^0.35.0-rc.12",
"@valos/type-vault": "^0.35.0-rc.12",
"valma": "^0.35.0-rc.12",
"xml-js": "^1.6.11"
},
"dependencies": {}
}