UNPKG

egg-ts-helper

Version:
74 lines (73 loc) 1.71 kB
{ "name": "egg-ts-helper", "version": "3.1.1", "description": "egg typescript helper", "bin": { "ets": "dist/bin.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "src", "dist", "register.js", "save_egg_info.mjs" ], "repository": { "type": "git", "url": "git@github.com:eggjs/egg-ts-helper.git" }, "scripts": { "clean": "tsc -b --clean", "tsc": "tsc -d", "tsc:w": "tsc -d -w", "lint": "eslint . --ext .ts", "check": "npm run tsc && npm run lint", "test": "npm run check && npm run test-local", "test-local": "egg-bin test", "prepublishOnly": "del dist && npm run tsc", "cov": "egg-bin cov", "ci": "npm run check && npm run cov && npm run tsc" }, "keywords": [ "egg", "typescript" ], "author": "wanghx", "license": "MIT", "dependencies": { "@eggjs/utils": "^4.4.1", "chalk": "^4.0.0", "chokidar": "^3.0.0", "commander": "^2.15.1", "dot-prop": "^4.2.0", "enquirer": "^2.3.0", "globby": "^11.0.0", "json5": "^2.2.3", "ts-node": "^10.9.1", "tslib": "^2.6.1", "typescript": "^5.1.6", "yn": "^3.0.0" }, "devDependencies": { "@eggjs/bin": "^7.0.4", "@eggjs/mock": "^6.0.5", "@eggjs/tsconfig": "^1.0.0", "@tsconfig/node14": "^14.1.2", "@types/commander": "^2.12.2", "@types/del": "^3.0.0", "@types/globby": "^6.1.0", "@types/mocha": "^10.0.0", "@types/node": "^20.4.5", "del": "^3.0.0", "del-cli": "^1.1.0", "egg": "^4.0.9", "egg-sequelize": "^4.3.1", "eslint": "^8.28.0", "eslint-config-egg": "14", "extend2": "^1.0.0" }, "engines": { "node": ">= 18.19.0" } }