{
  "name": "nft-rarity-sdk",
  "version": "1.0.0-beta.1",
  "description": "nft rarity sdk",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "start": "npm run dev",
    "dev": "tsc -w",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "cm": "git-cz",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "release": "standard-version"
  },
  "keywords": [],
  "author": "CodeInEcho",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/xiaomingplus/npm-typescript-boilerplate.git"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "@types/jest": "^29.2.3",
    "commitizen": "^3.0.4",
    "cz-conventional-changelog": "^2.1.0",
    "husky": "^1.1.3",
    "jest": "^29.3.1",
    "lint-staged": "^8.1.0",
    "prettier": "^2.8.0",
    "standard-version": "^4.4.0",
    "ts-jest": "^29.0.3",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "axios": "^1.2.0"
  }
}
