UNPKG

cardano-wallet-js

Version:

javascript/typescript client for the official cardano-wallet api

53 lines (52 loc) 1.59 kB
{ "name": "cardano-wallet-js", "version": "1.4.0", "description": " javascript/typescript client for the official cardano-wallet api", "author": "Leobel Izquierdo <leobelizquierdo@gmail.com>", "license": "ISC", "keywords": [ "cardano", "wallet", "api", "javascript", "typescript" ], "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc --outDir dist/", "prepublishOnly": "npm run build", "test": "mocha -r ts-node/register 'test/**/*.ts'", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --cache", "lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix --quiet --cache" }, "directories": { "bin": "cli" }, "repository": { "type": "git", "url": "https://github.com/tango-crypto/cardano-wallet-js.git" }, "dependencies": { "@emurgo/cardano-serialization-lib-nodejs": "^10.0.4", "axios": "^0.21.1", "bip39": "^3.0.4", "chai": "^4.3.4", "mocha": "^8.3.2" }, "devDependencies": { "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", "@types/mocha": "^8.2.2", "@types/node": "^12.11.5", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "cardano-addresses": "^3.8.0", "cd": "^0.3.3", "chai-as-promised": "^7.1.1", "dotenv": "^8.2.0", "eslint": "^8.6.0", "ts-node": "^9.1.1", "typescript": "^3.6.4" } }