@planetarium/tx
Version:
Creating Libplanet transactions from JavaScript/TypeScript
59 lines • 1.61 kB
JSON
{
"name": "@planetarium/tx",
"description": "Creating Libplanet transactions from 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/**/*"
],
"engines": {
"node": ">=19.0.0"
},
"scripts": {
"build": "yarn && nanobundle build",
"prepack": "yarn && yarn build",
"dev": "yarn && dotnet build ../../tools/Libplanet.Tools && vitest",
"test": "yarn && yarn run -T tsc -p tsconfig.json && dotnet build ../../tools/Libplanet.Tools && vitest run",
"coverage": "yarn && vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetarium/libplanet.git",
"directory": "@planetarium/tx"
},
"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/tx",
"devDependencies": {
"@planetarium/account": "^5.5.1",
"@types/node": "^18.14.0",
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"execa": "^6.1.0",
"fast-check": "^3.1.2",
"nanobundle": "^1.6.0",
"vite": "^4.1.3",
"vitest": "^0.29.2"
},
"dependencies": {
"@planetarium/bencodex": "^0.2.2"
},
"peerDependencies": {
"@planetarium/account": "^5.5.1"
},
"version": "5.5.1"
}