kcc-safe-deployments-sdk
Version:
Collection of Safe singleton deployments
54 lines (53 loc) • 1.35 kB
JSON
{
"name": "kcc-safe-deployments-sdk",
"version": "0.1.7",
"description": "Collection of Safe singleton deployments",
"homepage": "https://github.com/kcc-community/kcc-safe-deployments-sdk.git",
"license": "LGPL-3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src",
"test",
"build"
],
"scripts": {
"build": "yarn rimraf dist && tsc",
"lint": "eslint --max-warnings 0 .",
"prepack": "yarn build",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kcc-community/kcc-safe-deployments-sdk.git"
},
"keywords": [
"Ethereum",
"KCC",
"Wallet",
"Safe"
],
"author": "kcc.io",
"bugs": {
"url": "https://github.com/kcc-community/kcc-safe-deployments-sdk.git/issues"
},
"devDependencies": {
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^5.1.3",
"prettier": "^2.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@types/semver": "^7.3.12",
"semver": "^7.3.7"
}
}