vendee-keys
Version:
Methods of working with key pair
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "vendee-keys",
"version": "1.0.1",
"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/kokkekpek/vendee-keys",
"author": "@kokkekpek",
"license": "GPL-3.0",
"engines": {
"node": ">=14.0.0"
},
"files": [
"build/",
"docs/",
"src/",
"LICENSE",
"package.json",
"README.md",
"tsconfig.json",
"yarn.lock"
],
"keywords": [
"Vendee",
"Venom",
"Everscale",
"TON",
"Blockchain",
"Smart-contracts",
"Contracts",
"TypeScript",
"Solidity",
"Framework",
"Keys"
],
"dependencies": {
"vendee": "^1.0.20"
},
"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"
}
}