UNPKG

@bajetech/astrax-api

Version:

Utility functions to interact with AstraX web extension

39 lines (38 loc) 1.03 kB
{ "name": "@bajetech/astrax-api", "version": "1.0.5", "license": "Apache-2.0", "author": "BajeTech <hello@bajetech.com>", "description": "Utility functions to interact with AstraX web extension", "prettier": "@stellar/prettier-config", "keywords": [ "blockchain", "digitalbits", "xdb", "wallet" ], "repository": { "url": "git@github.com:bajetech/AstraX", "type": "git" }, "main": "build/index.min.js", "files": [ "CHANGELOG.md", "build/**" ], "scripts": { "prepare": "yarn build", "build": "webpack --config webpack.production.js --mode production", "start": "webpack --config webpack.dev.js --watch --mode development" }, "types": "build/@bajetech/astrax-api/src/index.d.ts", "dependencies": { "@stellar/prettier-config": "^1.0.1", "@types/webextension-polyfill": "^0.8.2", "bignumber.js": "^9.0.2", "prettier": "^2.5.1", "typescript": "^4.5.5", "webextension-polyfill": "^0.8.0", "xdb-digitalbits-sdk": "^8.2.2" } }