@rawmodel/validator
Version:
Property value validator for RawModel.
94 lines (93 loc) • 1.77 kB
JSON
{
"name": "@rawmodel/validator",
"version": "3.0.0-alpha0",
"description": "Property value validator for RawModel.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -Rf ./dist",
"build": "npm run clean; npx tsc",
"lint": "npx tslint 'src/**/*.ts?(x)'",
"test": "npx nyc npx hayspec test"
},
"hayspec": {
"require": [
"ts-node/register"
],
"match": [
"./src/tests/**/*.test.ts"
]
},
"nyc": {
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"exclude": [
"src/tests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rawmodel/framework.git"
},
"bugs": {
"url": "https://github.com/rawmodel/framework/issues"
},
"homepage": "https://github.com/rawmodel/framework#readme",
"keywords": [
"model",
"modeling",
"document",
"object",
"schema",
"orm",
"odm",
"map",
"mapping",
"context",
"contextify",
"rawmodel",
"class",
"db",
"database",
"storage",
"structure",
"structuring",
"error",
"errors",
"handling",
"handle",
"valid",
"validate",
"validation",
"validator",
"validating",
"type",
"cast",
"casting",
"history",
"tracking",
"change",
"field",
"fields",
"serialize",
"serialization",
"serializable"
],
"author": "Kristijan Sedlak (Xpepermint)",
"license": "MIT",
"devDependencies": {
"@hayspec/cli": "^0.8.4",
"@hayspec/spec": "^0.8.4",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@rawmodel/utils": "3.0.0-alpha0"
}
}