UNPKG

oken-waas

Version:
53 lines (52 loc) 1.37 kB
{ "name": "oken-waas", "version": "1.11.23", "description": "Oken Wallet as a Service SDK", "main": "dist/index.js", "scripts": { "test": "bun test", "build": "tsc --project tsconfig.json && cp -r oken-types dist", "build-abi": "typechain --target oken ./src/abis/*.json", "build-exports": "ts-node src/contracts/codegen.ts", "watch": "tsc --watch --project tsconfig.json", "prepare": "npm run build-abi && npm run build-exports && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/onepercentio/oken-waas-sdk-js.git" }, "keywords": [ "oken", "waas" ], "files": [ "dist" ], "types": "./dist/index.d.ts", "author": "OnePercent", "license": "ISC", "bugs": { "url": "https://github.com/onepercentio/oken-waas-sdk-js/issues" }, "homepage": "https://github.com/onepercentio/oken-waas-sdk-js#readme", "dependencies": { "axios": "^1.4.0", "axios-error": "^1.0.4", "ethers": "^6.6.2", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", "remove": "^0.1.5" }, "devDependencies": { "@typechain/web3-v1": "^6.0.3", "@types/bun": "^1.1.11", "@types/jsonwebtoken": "^9.0.2", "dts-gen": "^0.6.1", "dts-generator": "^3.0.0", "ts-node": "^10.9.1", "typechain": "^8.2.0" }, "volta": { "node": "20.16.0" } }