@hiveio/wax-signers-beekeeper
Version:
Wax signer library extending transaction signing possibilities by a 3rd party Web-only extension - Beekeeper
39 lines • 900 B
JSON
{
"name": "@hiveio/wax-signers-beekeeper",
"version": "1.28.4-rc0",
"description": "Wax signer library extending transaction signing possibilities by a 3rd party Web-only extension - Beekeeper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"private": false,
"devDependencies": {
"@types/node": "22",
"tsx": "4.19.3",
"typescript": "5.7.3"
},
"dependencies": {
"@hiveio/beekeeper": "1.28.4-rc0",
"@hiveio/wax": "1.28.4-rc0"
},
"files": [
"dist/index.d.ts",
"dist/index.js",
"README.md",
"LICENSE.md"
],
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"wax",
"blockchain",
"hive"
],
"repository": {
"type": "git",
"url": "https://gitlab.syncad.com/hive/wax.git"
},
"scripts": {
"build": "tsc",
"postbuild": "pnpm run test",
"test": "tsx ./__tests__/index.ts"
}
}