UNPKG

@mutopad/connex-framework

Version:
43 lines (42 loc) 1.22 kB
{ "name": "@mutopad/connex-framework", "version": "0.0.3", "description": "A library implements VeChain Connex interface", "main": "dist/index.js", "module": "esm/index.js", "types": "dist/index.d.ts", "files": [ "dist", "esm" ], "scripts": { "build": "rm -rf dist/ esm/ && ../../node_modules/.bin/tsc -d -p . && ../../node_modules/.bin/tsc --module esnext --outDir 'esm' -p .", "lint": "../../node_modules/.bin/tslint -p .", "prepack": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mohsin-laeeque/mutopad-connex.git" }, "keywords": [ "Connex", "Framework", "VeChain", "Wallet" ], "author": "qianbin", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/mohsin-laeeque/mutopad-connex/issues" }, "homepage": "https://github.com/mohsin-laeeque/mutopad-connex/tree/master/packages/framework#readme", "dependencies": { "@mutopad/connex-types": "^0.0.5", "bignumber.js": "^7.2.1", "thor-devkit": "^2.0.5", "validator-ts": "^0.9.1" }, "sideEffects": false, "gitHead": "6653031464b9d51a1a55ebf3a8775bbac35263e3" }