-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bnfyi",
"version": "1.0.0",
"description": "Banano For Your Information - Store data in ChangeRep blocks.",
"main": "./build/index.js",
"scripts": {
"build": "npx tsc --build tsconfig.json",
"webpack": "npx webpack",
"webpack-test": "npx webpack -c webpack-test.config.js",
"test": "mocha --require ts-node/register ./src/test/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Airtune/bnfyi-js.git"
},
"author": "Airtune",
"license": "MIT",
"bugs": {
"url": "https://github.com/Airtune/bnfyi-js/issues"
},
"homepage": "https://github.com/Airtune/bnfyi-js#readme",
"dependencies": {
"@bananocoin/bananojs": "^2.4.10",
"@msgpack/msgpack": "^2.7.0",
"@types/node": "^15.12.2",
"buffer": "^6.0.3",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
},
"keywords": [
"banano",
"msgpack",
"metadata",
"store",
"data",
"memo",
"note",
"message",
"cryptocurrency"
]
}