-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 792 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 792 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
{
"name": "browser-loader",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Blockheads-Messagebot/Browser-Loader.git",
"author": "Bibliofile <Bibliofilegit@gmail.com>",
"license": "MIT",
"dependencies": {
"@bhmb/bot": "^7.2.0",
"@bhmb/console": "^1.0.3",
"@bhmb/messages": "^1.1.3",
"@bhmb/ui": "^1.0.10",
"blockheads-cloud-api": "^0.0.4",
"clone-deep": "^4.0.1",
"rollup": "^1.27.9",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.25.3",
"save-as": "^0.1.8",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
},
"scripts": {
"build": "rollup --config"
}
}