@boristype/types
Version:
<h1 align="center">WT Types</h1> <div align="center"> Typescript типы для WebSoft HCM.
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "@boristype/types",
"version": "1.0.0-alpha.1",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"check": "npm run lint:lib && npm run lint:tests && npm run tsc:lib && npm run tsc:tests",
"lint:lib": "eslint -c ./lib/eslint.config.js lib",
"lint:tests": "eslint -c ./tests/eslint.config.js tests",
"tsc:lib": "tsc -p lib/tsconfig.json",
"tsc:tests": "tsc -p tests/tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BorisType/types.git"
},
"keywords": [
"types",
"websoft",
"webtutor",
"webtutor-types",
"wxhcmx",
"wxhcmx-types",
"wt"
],
"author": "umbrik",
"license": "MIT",
"bugs": {
"url": "https://github.com/BorisType/types/issues"
},
"homepage": "https://github.com/BorisType/types#readme",
"devDependencies": {
"eslint": "^9.22.0",
"eslint-plugin-jsdoc": "^50.6.6",
"husky": "^9.1.7",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
}
}