mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "xahau-binary-codec",
|
|
"version": "2.1.1",
|
|
"description": "XAH Ledger binary codec",
|
|
"files": [
|
|
"dist/*",
|
|
"src/*"
|
|
],
|
|
"main": "dist/",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@xrplf/isomorphic": "^1.0.1",
|
|
"bignumber.js": "^9.0.0",
|
|
"xahau-address-codec": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json && copyfiles ./src/enums/definitions.json ./dist/enums/",
|
|
"clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
|
|
"prepublishOnly": "npm test",
|
|
"test": "npm run build && jest --verbose false --silent=false ./test/*.test.ts",
|
|
"test:browser": "npm run build && karma start ./karma.config.js",
|
|
"lint": "eslint . --ext .ts --ext .test.js"
|
|
},
|
|
"keywords": [
|
|
"xahau",
|
|
"xah",
|
|
"xahau ledger",
|
|
"xahau"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Xahau/xahau.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Xahau/xahau.js/issues"
|
|
},
|
|
"homepage": "https://github.com/Xahau/xahau.js/tree/main/packages/xahau-binary-codec#readme",
|
|
"license": "ISC",
|
|
"readmeFilename": "README.md",
|
|
"prettier": "@xrplf/prettier-config",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|