@astonic-io/astonic-router-ts
Version:
53 lines (52 loc) • 1.44 kB
JSON
{
"name": "@astonic-io/astonic-router-ts",
"description": "Astonic Router",
"license": "GPL-3.0-or-later",
"version": "0.2.0",
"files": [
"dist",
"contracts",
"img"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
"name": "astonic-io"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astonic-io/astonic-router-ts"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@ethersproject/abi": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"@typechain/ethers-v5": "^10.1.1",
"@types/node": "18.11.9",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"ethers": "^5.1.3",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"typechain": "^8.1.1",
"typescript": "^4.9.3"
},
"keywords": [
"astonic",
"planq",
"solidity"
],
"scripts": {
"lint": "yarn prettier",
"lint:check": "yarn prettier:check",
"prepare": "husky install",
"prettier": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md,js,yml}\"",
"prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md,js,yml}\"",
"generatetypes": "node generateTypes.js",
"build": "tsc"
}
}