{
  "name": "commonts-toolkit",
  "version": "2.7.0",
  "description": "ts常用工具包",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/"
  },
  "license": "MIT",
  "keywords": [
    "ts",
    "utils"
  ],
  "author": "nanshen",
  "email": "10086@qq.com",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/react": "^17.0.21",
    "antd": "^4.10.0",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "react": "^17.0.1",
    "ts-jest": "^25.2.1",
    "tslint": "^6.1.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.4.3"
  }
}