UNPKG

think_validtion

Version:
55 lines 1.45 kB
{ "name": "think_validtion", "version": "1.8.0", "description": "Validtion Util for Koatty and ThinkORM.", "scripts": { "build": "del-cli --force dist && tsc", "prepublishOnly": "npm test && npm run build", "test": "tslint 'src/**/*.ts'" }, "main": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/thinkkoa/think_validtion.git" }, "keywords": [ "validtion", "koatty", "thinkkoa" ], "engines": { "node": ">10.0.0" }, "author": { "name": "richenlin", "email": "richenlin@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/thinkkoa/think_validtion/issues" }, "homepage": "https://github.com/thinkkoa/think_validtion", "devDependencies": { "@types/lodash": "^4.x.x", "@types/node": "^12.x.x", "del-cli": "^3.0.1", "ts-node": "^8.10.2", "tslint": "^6.1.2", "tslint-config-alloy": "^0.2.1", "typescript": "^3.9.6" }, "dependencies": { "class-validator": "^0.12.2", "reflect-metadata": "^0.1.13", "think_container": "^1.1.2", "think_lib": "^2.6.0", "think_logger": "^2.2.4", "tslib": "^2.0.0" }, "maintainers": [ { "name": "richenlin", "email": "richenlin@gmail.com" } ] }