@turtlenetwork/waves-transactions
Version:
Build and sign(multi-sign) transactions for Waves blockchain.
84 lines (83 loc) • 2.21 kB
JSON
{
"name": "@turtlenetwork/waves-transactions",
"version": "4.2.5",
"description": "Build and sign(multi-sign) transactions for Waves blockchain.",
"keywords": [
"waves",
"crypto",
"transactions",
"protocol",
"binary",
"cryptography",
"signature"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"preversion": "npm run build",
"postversion": "npm publish",
"build-docs": "typedoc --out docs src && cd docs && touch .nojekyll",
"postpublish": "git push origin head",
"build": "ts-node build/build.ts && webpack --config webpack.config.js --env",
"fix-style": "tslint --fix -c tslint.json '{src,test,usage}/**/*{.ts,.tsx}'",
"test": "jest"
},
"files": [
"/dist",
"/src"
],
"author": {
"name": "turtlenetwork"
},
"contributors": [
{
"name": "Sergey B",
"email": "siemarell@gmail.com"
},
{
"name": "Yuriy Naydenov",
"email": "ebceu44@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^23.3.9",
"@types/long": "^4.0.0",
"@types/node": "^10.12.3",
"copy-webpack-plugin": "^4.5.2",
"jest": "^24.7.1",
"jsdoc-to-markdown": "^5.0.0",
"nativescript-typedoc-theme": "0.0.7",
"ncp": "^2.0.0",
"preprocess": "^3.1.0",
"rimraf": "^2.6.2",
"terser-webpack-plugin": "^1.2.3",
"ts-jest": "^24.0.2",
"ts-jsdoc": "^3.0.1",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.20.1",
"typed-ts-events": "^1.1.1",
"typedoc": "^0.19.2",
"typedoc-clarity-theme": "^1.1.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.7.2",
"typescript-json-schema": "^0.43.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "https://github.com/TurtleNetwork/waves-transactions"
},
"dependencies": {
"@turtlenetwork/marshall": "^0.14.2",
"@waves/node-api-js": "^1.2.6",
"@waves/protobuf-serialization": "1.4.1-beta.2",
"@waves/ts-lib-crypto": "1.4.3",
"@waves/ts-types": "^1.0.5",
"axios": "^0.19.0",
"long": "^4.0.0"
}
}