{
  "name": "tslang",
  "version": "0.1.27",
  "description": "TypeScript Language Type Utilities.",
  "license": "MIT",
  "author": "Chengdu Mufan Technology Co., Ltd.",
  "types": "library/index.d.ts",
  "main": "library/index.js",
  "scripts": {
    "build": "rimraf ./.bld-cache && tsc --build",
    "lint": "eslint .",
    "lint-prettier": "prettier --check .",
    "test": "yarn lint-prettier && yarn build && yarn lint"
  },
  "files": [
    "library/**/*.d.ts",
    "library/index.js"
  ],
  "devDependencies": {
    "@mufan/code": "^0.2.10",
    "@mufan/eslint-plugin": "^0.1.48",
    "eslint": "^8.3.0",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.2"
  }
}
