-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
{
"name": "beakman",
"version": "0.0.0",
"description": "",
"main": "dist-cjs/index.js",
"typings": "dist-cjs/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/arduz-io/beakman.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arduz-io/beakman/issues"
},
"homepage": "https://github.com/arduz-io/beakman#readme",
"devDependencies": {
"@types/ws": "^7.2.4",
"expect": "^24.9.0",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"rollup": "^2.7.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3",
"wrtc": "^0.4.4",
"ws": "^7.2.3"
},
"dependencies": {
"@types/google-protobuf": "^3.7.2",
"fp-future": "^1.0.1",
"google-protobuf": "^3.11.4",
"mz-observable": "^1.0.1"
},
"files": [
"dist",
"dist-cjs",
"dist-web",
"proto"
]
}