-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "scuttle-shell-browser-consumer",
"version": "1.1.3",
"description": "Web Extension that allows webpages to access Secure Scuttlebutt",
"main": "site/ssb-connect.js",
"scripts": {
"build": "rollup -c",
"run:server": "http-server site --cors -p 9090"
},
"author": "",
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"multicb": "^1.2.2",
"muxrpc": "^6.5.1",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.6.14",
"ssb-client": "^4.9.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"http-server": "^0.12.3",
"npm-run-all": "^4.1.5",
"rollup": "^2.34.1",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2"
},
"type": "module"
}