UNPKG

@oko-wallet/stdlib-js

Version:
45 lines (44 loc) 884 B
{ "name": "@oko-wallet/stdlib-js", "version": "0.0.2-rc.32", "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" ], "scripts": { "clean": "del-cli dist", "build": "yarn clean && tsc && tsc-alias" }, "keywords": [ "keplr", "ewallet", "oko" ], "repository": { "type": "git", "url": "https://github.com/chainapsis/oko.git", "directory": "stdlib_js" }, "devDependencies": { "@jest/globals": "*", "@types/jest": "*", "@types/node": "*", "del-cli": "*", "ts-jest": "*", "tsc-alias": "*", "typescript": "*" }, "gitHead": "424905ec288d99b83ebc11c5c29c46f82be605c8" }