UNPKG

@planetarium/account

Version:
53 lines 1.41 kB
{ "name": "@planetarium/account", "description": "Libplanet accounts for JavaScript/TypeScript", "type": "module", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "yarn && nanobundle build", "prepack": "yarn && yarn build", "dev": "yarn && vitest", "test": "yarn && yarn run -T tsc -p tsconfig.json && vitest run", "coverage": "yarn && vitest run --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/planetarium/libplanet.git", "directory": "@planetarium/account" }, "keywords": [ "libplanet" ], "author": "Planetarium (https://planetarium.dev/)", "license": "LGPL-2.1-or-later", "bugs": { "url": "https://github.com/planetarium/libplanet/labels/js" }, "homepage": "https://github.com/planetarium/libplanet/tree/main/@planetarium/account", "devDependencies": { "@types/node": "^18.13.0", "@vitest/coverage-c8": "^0.29.2", "@vitest/ui": "^0.29.2", "fast-check": "^3.1.2", "nanobundle": "^1.6.0", "vite": "^4.1.1", "vitest": "^0.29.2" }, "dependencies": { "@noble/hashes": "^1.2.0", "@noble/secp256k1": "^1.7.1", "buffer": "^6.0.3" }, "version": "5.5.1" }