UNPKG

class-validator-i18n

Version:
48 lines (47 loc) 1.17 kB
{ "name": "class-validator-i18n", "version": "1.1.0", "description": "An internationalization for class-validator.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE.md" ], "keywords": [ "i18n", "translation", "class-validator", "class-validator-i18n", "validator", "TypeScript" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "author": "Renato N. Lourenço", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/renatonolo/class-validator-i18n" }, "peerDependencies": { "class-validator": "^0.14.0" }, "devDependencies": { "@types/node": "^20.3.1", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", "class-validator": "^0.14.0", "eslint": "^8.43.0", "libphonenumber-js": "^1.10.36", "prettier": "^2.8.8", "rimraf": "^5.0.1", "typescript": "^5.0.4", "validator": "^13.9.0" } }