@darkwolf/validator
Version:
40 lines (39 loc) • 948 B
JSON
{
"name": "@darkwolf/validator",
"version": "21.13.4",
"description": "Validator",
"type": "module",
"exports": {
".": "./src/index.mjs",
"./constants": "./src/constants/index.mjs",
"./constants/": "./src/constants/",
"./constants/Protocol": "./src/constants/Protocol.mjs",
"./Protocol": "./src/constants/Protocol.mjs",
"./package.json": "./package.json"
},
"engines": {
"node": ">=12.18.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darkwolf/validator.git"
},
"keywords": [
"darkwolf",
"validator",
"validation",
"validate"
],
"author": "Pavel Wolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/Darkwolf/validator/issues"
},
"homepage": "https://github.com/Darkwolf/validator#readme",
"dependencies": {
"@darkwolf/helper": "^21.13.1"
}
}