hry-types
Version:
typescript工具类型库
35 lines (34 loc) • 887 B
JSON
{
"name": "hry-types",
"version": "0.19.3",
"description": "typescript工具类型库",
"main": "commitlint.config.js",
"scripts": {
"prepare": "husky install",
"lint": "eslint . --fix --max-warnings 0",
"fmt": "dprint fmt",
"test": "tsc --watch",
"check": "tsc --noEmit && eslint . --fix --max-warnings 0 && (dprint check || (dprint fmt && exit 1))"
},
"types": "./src/index.ts",
"keywords": [
"hry",
"types",
"missannil",
"typescript",
"type-fest"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"commitlint": "^17.6.5",
"eslint": "^8.42.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"typescript": "^5.7.3"
}
}