@broxus/locklift-network
Version:
In-memory TVM-blockchain emulator for locklift
67 lines (65 loc) • 1.57 kB
JSON
{
"name": "@broxus/locklift-network",
"version": "2.0.0-beta-rc3",
"description": "In-memory TVM-blockchain emulator for locklift",
"keywords": [
"Everscale",
"TON",
"Venom",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"dapps",
"ethereum",
"tools"
],
"files": [
"internal/",
"src/",
"types/",
"README.md",
"*.d.ts",
"*.d.ts.map",
"*.js",
"*.js.map",
"tsconfig-base.json",
"tsconfig.json"
],
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc --build .",
"lint": "npx eslint .",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"author": "30mb1 <steam.30mb1@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@ton/core": "^0.60.1",
"@ton/crypto": "^3.3.0",
"@ton/sandbox": "^0.30.0",
"@ton/ton": "^15.2.1",
"@tychosdk/emulator": "^0.1.15",
"everscale-inpage-provider": "^0.6.1",
"everscale-standalone-client": "^2.2.0",
"heap-js": "2.3.0",
"lodash": "^4.17.21",
"nekoton-wasm": "npm:nekoton-wasm-locklift@^1.26.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"prettier": "^2.7.1"
}
}