UNPKG

@keplr-ewallet/stdlib-js

Version:
45 lines (44 loc) 914 B
{ "name": "@keplr-ewallet/stdlib-js", "version": "0.0.2-rc.24", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./path": "./dist/path.js" }, "files": [ "dist" ], "packageManager": "yarn@4.7.0", "scripts": { "clean": "del-cli dist", "build": "yarn clean && tsc && tsc-alias" }, "keywords": [ "keplr", "ewallet" ], "repository": { "type": "git", "url": "https://github.com/chainapsis/ewallet.git", "directory": "stdlib_js" }, "devDependencies": { "@jest/globals": "*", "@types/jest": "*", "@types/node": "*", "del-cli": "*", "ts-jest": "*", "tsc-alias": "*", "typescript": "*" }, "gitHead": "a06e10dc7188ab1552ece63cb2ed9171934fc754" }