UNPKG

nano-wallet-js-test-1

Version:

SDK for developers to create and interact with Nanocurrency wallet easily

59 lines 1.75 kB
{ "name": "nano-wallet-js-test-1", "version": "0.1.16", "description": "SDK for developers to create and interact with Nanocurrency wallet easily", "keywords": [ "nanocurrency", "wallet", "sdk", "js" ], "author": "anarkrypto <anarkrypto@gmail.com>", "homepage": "https://github.com/nanopay/nano-wallet-js/tree/main/#readme", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "scripts": { "test": "jest", "compile": "npm run compile:cjs && npm run compile:esm && npm run compile:types", "compile:cjs": "tsc -b ./tsconfig.cjs.json && tsc-alias -p ./tsconfig.cjs.json", "compile:esm": "tsc -b ./tsconfig.esm.json && tsc-alias -p ./tsconfig.esm.json", "compile:types": "tsc -b ./tsconfig.types.json && tsc-alias -p ./tsconfig.types.json", "build:clean": "rimraf ./dist", "build": "npm run build:clean && npm run compile && node ./scripts/prepare-package-json", "format": "prettier --config .prettierrc.json --write .", "release": "npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/nanopay/nano-wallet-js.git" }, "bugs": { "url": "https://github.com/nanopay/nano-wallet-js/issues" }, "dependencies": { "bignumber.js": "^9.1.1", "nanocurrency": "^2.5.0" }, "devDependencies": { "@jest/types": "^29.6.1", "@types/jest": "^29.5.2", "@types/node": "^20.3.3", "@types/qrcode-terminal": "^0.12.0", "app-root-path": "^3.1.0", "jest": "^29.5.0", "jest-environment-node": "^29.6.1", "prettier": "^2.8.8", "qrcode-terminal": "^0.12.0", "rimraf": "^5.0.1", "ts-jest": "^29.1.1", "tsc-alias": "^1.8.7", "typescript": "^5.1.6" }, "files": [ "dist", "src", "!**/*.test.ts" ] }