-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 862 Bytes
/
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
{
"name": "moneyro",
"version": "1.2.2",
"description": "Node.js library for interacting with Monero API.",
"main": "./src/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"monero",
"rpc",
"api",
"node",
"js",
"nodejs",
"node.js",
"crypto"
],
"author": "Krzysztof Kraszewski <krzysztof@kraszew.ski>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/krszwsk/moneyro.git"
},
"bugs": {
"url": "https://github.com/krszwsk/moneyro/issues"
},
"homepage": "https://github.com/krszwsk/moneyro#readme",
"dependencies": {
"got": "^8.3.1",
"lodash": "^4.17.10"
},
"devDependencies": {
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0"
}
}