{
  "name": "eosjs-account-name",
  "version": "2.3.0",
  "description": "eos name in string to uint64 and vice versa",
  "main": "dist/index.js",
  "files": [
    "dist",
    "lib"
  ],
  "types": "dist/index.d.ts",
  "author": "manh.vv.htth@gmail.com",
  "license": "MIT",
  "repository": "https://github.com/manh-vv/eosjs-name.git",
  "keywords": [
    "eosio account name",
    "eosio name",
    "eos name",
    "account_name",
    "symbol name"
  ],
  "dependencies": {},
  "devDependencies": {
    "husky": "^4.3.0",
    "jest": "^26.6.1",
    "lint-staged": "^10.4.2",
    "prettier": "^2.1.2",
    "standard-version": "^9.0.0",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "webpack": "^5.11.1",
    "webpack-cli": "^4.3.1"
  },
  "scripts": {
    "build-tsc": "yarn tsc",
    "build": "yarn build-tsc && yarn webpack",
    "prepare": "yarn build",
    "release": "standard-version",
    "pretest": "yarn build-tsc",
    "test": "jest"
  },
  "lint-staged": {
    "*.{js,json}": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
