validator-list
Version:
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "validator-list",
"description": "Validator",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/vruden/node-validator.git"
},
"bugs": {
"url": "https://github.com/vruden/node-validator/issues"
},
"homepage": "https://github.com/vruden/node-validator",
"author": {
"name": "Vladimir Rudenko",
"email": "ruden.v.a@gmail.com"
},
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=14.15.0",
"npm": ">=6.11.3"
},
"scripts": {
"prepublish": "npm run build",
"build": "npm run clean && npm run build-ts && npm run tslint",
"clean": "rm -rf lib",
"build-ts": "tsc",
"watch-ts": "tsc -w",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"test": "mocha test"
},
"dependencies": {
"error-list": "^0.0.6",
"lodash": "^4.17.4",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"@types/lodash": "^4.14.76",
"mysql": ">=2.14.0",
"typescript": "^4.1.3"
},
"keywords": [
"node",
"validator"
]
}