UNPKG

@eggjs/dal-runtime

Version:
67 lines (66 loc) 1.7 kB
{ "name": "@eggjs/dal-runtime", "version": "3.59.1", "description": "tegg dal decorator", "keywords": [ "egg", "typescript", "decorator", "tegg", "dal" ], "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.njk" ], "typings": "dist/index.d.ts", "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", "clean": "tsc -b --clean", "tsc": "npm run clean && tsc -p ./tsconfig.json", "tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json && npm run cp:template", "cp:template": "rm -rf dist/src/templates && cp -r src/templates dist/src/templates", "prepublishOnly": "npm run tsc:pub" }, "author": "killagu <killa123@126.com>", "license": "MIT", "homepage": "https://github.com/eggjs/tegg", "bugs": { "url": "https://github.com/eggjs/tegg/issues" }, "repository": { "type": "git", "url": "git@github.com:eggjs/tegg.git", "directory": "core/dal-decorator" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "@eggjs/rds": "^1.0.0", "@eggjs/tegg": "^3.59.1", "@eggjs/tegg-types": "^3.59.1", "js-beautify": "^1.15.1", "lodash": "^4.17.21", "nunjucks": "^3.2.4", "sdk-base": "^4.2.1", "sqlstring": "^2.3.3" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "@types/nunjucks": "^3.2.6", "cross-env": "^7.0.3", "mm": "^3.2.1", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "gitHead": "8985350c73767f9e7f57f42ef13e89ad1fde1fa5" }