-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 919 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
39
40
{
"name": "putjs",
"version": "0.1.0",
"description": "Client library for accessing key-val stored on blockchain.",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "mocha --bail --exit tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/put-dev/put-js.git"
},
"keywords": [
"blockchain",
"put",
"keyvalue",
"nosql",
"db"
],
"author": "Mário Silva (mmcs@outlook.pt)",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.0",
"axios": "^0.19.2",
"eosjs": "^20.0.3",
"eosjs-ecc": "^4.0.7"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"bugs": {
"url": "https://github.com/put-dev/put-js/issues"
},
"homepage": "https://github.com/put-dev/put-js#readme"
}