UNPKG

@eggjs/ajv-decorator

Version:
55 lines (54 loc) 1.27 kB
{ "name": "@eggjs/ajv-decorator", "version": "3.61.0", "description": "tegg ajv decorator", "keywords": [ "egg", "typescript", "decorator", "tegg", "ajv" ], "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "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", "prepublishOnly": "npm run tsc:pub" }, "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/ajv-decorator" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@sinclair/typebox": "^0.32.20", "ajv": "^8.12.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "gitHead": "9a4a2db96ad85909b34de22f222950933f95b19a" }