-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (31 loc) · 820 Bytes
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": "@rvab/mubble_test",
"description": "Library with projects",
"version": "0.0.2",
"scripts": {
"build": "node mubble-cli.js build",
"build:server": "node mubble-cli.js build server",
"build:core": "node mubble-cli.js build core",
"build:browser": "node mubble-cli.js build browser",
"test" : "node mubble-cli.js test",
"test:server":"node mubble-cli.js test server",
"test:core":"node mubble-cli.js test core",
"test:browser":"node mubble-cli.js test browser"
},
"files": [
"mu-browser",
"server",
"core"
],
"devDependencies": {
"colors": "^1.3.0",
"husky": "^4.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rvab/mubble_test.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}