{
  "name": "t2t-tools",
  "version": "0.1.2",
  "description": "type conversion tool of typescript",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/*.d.ts"
  ],
  "repository": "https://github.com/thomas-void0/t2t-tools",
  "homepage": "https://github.com/thomas-void0/t2t-tools",
  "scripts": {
    "build": "rm -rf ./dist && tsc -p ./tsconfig.json --outDir dist/",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "engines": {
    "node": ">= 4"
  },
  "keywords": [
    "types",
    "typescript",
    "类型转换",
    "ts",
    "tools",
    "utility"
  ],
  "author": "thomas-void0",
  "license": "MIT",
  "dependencies":{},
  "devDependencies": {
    "conventional-changelog-cli": "^4.1.0",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3"
  }
}
