UNPKG

@globexit/websoft-types

Version:

<h1 align="center">Websoft Types</h1> <div align="center"> Typescript типы и трансформеры для WebSoft HCM.

61 lines (60 loc) 1.88 kB
{ "name": "@globexit/websoft-types", "version": "2.0.12", "directories": { "lib": "lib" }, "files": [ "lib" ], "scripts": { "lint": "eslint -c ./src/.eslintrc.json lib", "tsc:lib": "tsc -p src/common/tsconfig.json", "tsc:tests": "tsc -p tests/tsconfig.json", "check": "npm run lint && npm run tsc:lib && npm run tsc:tests", "version:check": "node ci/version-check.js", "build:ssjs-transpiler": "cd src/ssjs-transpiler && tspc", "build:addatation-files": "node src/copy-projects.js", "prepare": "ts-patch install -s" }, "repository": { "type": "git", "url": "git+https://github.com/Globex-IT/websoft-types.git" }, "keywords": [ "types", "websoft", "webtutor", "webtutor-types", "wt", "ws" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Globex-IT/websoft-types/issues" }, "homepage": "https://github.com/Globex-IT/websoft-types#readme", "devDependencies": { "@types/gulp": "^4.0.17", "@types/node": "^14.18.63", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", "@umbrik/eslint-config-hcm-wt": "^1.5.0", "babel-loader": "^9.2.1", "eslint": "^8.17.0", "eslint-plugin-jsdoc": "^46.4.5", "eslint-plugin-no-for-of-loops": "^1.0.1", "fs-extra": "^11.2.0", "semver": "^7.6.2", "ts-patch": "^3.3.0", "typescript": "^5.8.2", "typescript-eslint": "^7.13.0" }, "dependencies": { "gulp": "^5.0.0", "gulp-include": "^2.4.1", "gulp-typescript": "^6.0.0-alpha.1", "ts-morph": "^24.0.0" } }