{
  "name": "@flethy/configtypes",
  "version": "0.0.350",
  "description": "@flethy/configtypes",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": "github:flethy/flethy",
  "author": "adam@flethy.com",
  "license": "MIT",
  "keywords": [
    "web3",
    "http",
    "ipfs",
    "etherscan",
    "alchemy"
  ],
  "devDependencies": {
    "@types/node": "18.15.0",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "eslint": "^8.36.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "2.8.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5",
    "tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsc --p tsconfig.json"
  }
}