UNPKG

vasku-keys

Version:

Methods of working with key pair

57 lines 1.25 kB
{ "name": "vasku-keys", "version": "0.0.3", "description": "Methods of working with key pair", "scripts": { "build": "tsc --build .", "lint": "eslint src/**", "fix": "eslint src/** --fix", "clean": "rimraf build", "prepublishOnly": "yarn build" }, "main": "build/index.js", "repository": "https://github.com/savonarolagirolamo/vasku-keys", "author": "@savonarolagirolamo", "license": "GPL-3.0", "engines": { "node": ">=14.0.0" }, "files": [ "build/", "docs/", "src/", "LICENSE", "package.json", "README.md", "tsconfig.json", "yarn.lock" ], "keywords": [ "Vasku", "Venom", "Everscale", "TON", "Blockchain", "Smart-contracts", "Contracts", "TypeScript", "Solidity", "Framework", "Keys" ], "dependencies": { "vasku": "^0.0.5" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "eslint": "^8.42.0", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^16.0.0", "eslint-plugin-promise": "^6.1.1", "rimraf": "^5.0.1", "typescript": "~5.0.4" } }