locklift
Version:
Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.
149 lines (148 loc) • 4.01 kB
JSON
{
"name": "locklift",
"version": "2.9.9",
"description": "Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build .",
"lint": "npx eslint .",
"format": "prettier --write .",
"dev-deploy-local": "npm publish --registry http://localhost:4873/",
"dev-deploy": "npm publish --registry http://95.216.205.173:4873/",
"prepublishOnly": "npm run build",
"prepare": "husky install",
"clean": "rimraf builtin-tasks internal chaiPlugin types utils everscale-inpage-provider everscale-standalone-client plugins everscale-provider everscale-client constants *.d.ts *.map *.js build-test tsconfig.tsbuildinfo"
},
"bin": {
"locklift": "internal/cli/cli.js"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"chaiPlugin/",
"constants/",
"everscale-client/",
"everscale-provider/",
"internal/",
"plugins/",
"sample-project-typescript/",
"src/",
"types/",
"utils/",
"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",
"typesVersions": {
"*": {
".": [
"build/index.d.ts"
],
"config": [
"build/config/index.d.ts"
],
"contract": [
"build/contract/index.d.ts"
],
"factory": [
"build/factory/index.d.ts"
],
"giver": [
"build/giver/index.d.ts"
],
"utils": [
"build/utils/index.d.ts"
],
"everscale-inpage-provider": [
"build/everscale-inpage-provider/index.d.ts"
],
"everscale-standalone-client": [
"build/everscale-standalone-client/index.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/broxus/locklift.git"
},
"keywords": [
"Everscale",
"TON",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"dapps",
"ethereum"
],
"author": "pavlovdog_ <pavlovdog.moscow@gmail.com>",
"contributors": [
"30mb1 <steam.30mb1@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/broxus/locklift/issues"
},
"homepage": "https://github.com/broxus/locklift#readme",
"dependencies": {
"@types/commander": "^2.12.2",
"@types/yargs": "^17.0.13",
"axios": "^0.27.2",
"bignumber.js": "^9.0.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"directory-tree": "^3.2.2",
"ejs": "^3.1.6",
"env-paths": "^2.2.1",
"everscale-crypto": "^0.1.1",
"@broxus/locklift-network": "^1.0.8",
"everscale-inpage-provider": "0.6.1",
"everscale-standalone-client": "2.2.1",
"find-node-modules": "^2.1.3",
"fs-extra": "^10.1.0",
"joi": "^17.8.3",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"nekoton-wasm": "npm:nekoton-wasm-locklift@^1.26.0",
"node-gzip": "^1.1.2",
"rxjs": "^7.5.6",
"semver": "^7.5.1",
"superstruct": "^0.16.0",
"tablemark": "^2.0.0",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4",
"typescript-tuple": "^5.0.1",
"underscore": "^1.13.1",
"yargs": "^17.6.0"
},
"overrides": {
"nekoton-wasm": "$nekoton-wasm"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/download": "^8.0.1",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.45",
"@types/node-gzip": "^1.1.0",
"@types/underscore": "^1.11.4",
"@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"
}
}