UNPKG

834 BJSONView Raw
1{
2 "name": "@sec-block/secjs-tx",
3 "version": "0.1.24",
4 "description": "Transaction chain and token chain model handler",
5 "bugs": {
6 "url": "https://github.com/SEC-block/secjs-tx.git/issues"
7 },
8 "author": "Fei Minhao",
9 "license": "MIT",
10 "main": "index.js",
11 "files": [
12 "index.js",
13 "src",
14 "model"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/SEC-block/secjs-tx.git"
19 },
20 "keywords": [
21 "secjs-tx"
22 ],
23 "dependencies": {
24 "@sec-block/secjs-util": "^1.1.19",
25 "yargs": "^3.15.0"
26 },
27 "devDependencies": {
28 "gaze-cli": "^0.2.0",
29 "tap-spec": "^4.1.2",
30 "tape": "^4.9.1"
31 },
32 "scripts": {
33 "test": "echo \"Error: no test specified\" && exit 1"
34 },
35 "homepage": "https://github.com/SEC-block/secjs-tx#readme",
36 "directories": {
37 "lib": "lib"
38 }
39}