@keyper/container
Version:
keyper container
35 lines (34 loc) • 739 B
JSON
{
"name": "@keyper/container",
"version": "0.1.0",
"description": "keyper container",
"keywords": [
"keyper",
"container"
],
"author": "ququzone <xueping.yang@gmail.com>",
"homepage": "https://github.com/ququzone/keyper#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"types": "types",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"clean:build": "rm -rf lib types *.tsbuildinfo"
},
"dependencies": {
"@keyper/specs": "^0.1.0",
"@nervosnetwork/ckb-sdk-core": "0.29.1",
"number-to-bn": "1.7.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ed5575a2837946fd0a686982085ee81579436207"
}