-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 861 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 861 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
33
{
"name": "@questnetwork/quest-bee-js",
"version": "0.9.4",
"license": "AGPL-3.0",
"author": "StationedInTheField",
"repository": {
"type": "git",
"url": "https://github.com/QuestNetwork/quest-bee-js.git"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "rm -rf dist && babel . --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files"
},
"dependencies": {
"rxjs": "6.5.5",
"@questnetwork/quest-utilities-js": "^0.9.4",
"@questnetwork/quest-crypto-js": "^0.9.4",
"uuid": "8.3.0",
"ngx-electron": "^2.2.0",
"fs": "0.0.1-security"
},
"devDependencies": {
"ava": "^3.10.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"rsync": "^0.6.1"
},
"contributors": [
"StationedInTheField <ask@stationedinthefield.com>"
]
}