-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
43
44
45
46
47
48
49
{
"name": "broadcastem-core",
"version": "5.0.2",
"description": "The core module for Broadcast 'em application",
"keywords": [
"broadcast",
"share",
"local network",
"file share"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"dev:cli": "node .cli-dev.js",
"test:Startup": "node tests/Startup/index.js",
"test:API": "node tests/API/index.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/riskycase/broadcastem-core.git"
},
"author": "Hrishikesh Patil <[email protected]> (https://riskycase.netlify.app/)",
"license": "MIT",
"homepage": "https://gitlab.com/riskycase/broadcastem-core/-/wikis/home",
"dependencies": {
"archiver": "^5.3.0",
"busboy": "^0.3.1",
"express": "^4.17.1",
"morgan": "^1.10.0",
"uikit": "^3.6.5",
"unzip-stream": "^0.3.1"
},
"devDependencies": {
"@types/archiver": "^5.1.0",
"@types/busboy": "^0.2.3",
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
"@types/unzip-stream": "^0.3.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dev-null": "^0.1.1",
"husky": "^4.3.6",
"mocha": "^8.3.2",
"mocha-junit-reporter": "^2.0.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3",
"yargs": "^16.2.0"
}
}