UNPKG

@fewer/validations

Version:

A collection of pipes that handle common model validation use-cases for Fewer

40 lines (39 loc) 895 B
{ "name": "@fewer/validations", "version": "0.1.3", "description": "A collection of pipes that handle common model validation use-cases for Fewer", "keywords": [ "fewer", "fewer-pipe", "validations" ], "author": "Jordan Gensler <jgensler@netflix.com>", "homepage": "https://github.com/fewer/fewer", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/fewer/fewer.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/fewer/fewer/issues" }, "publishConfig": { "access": "public" }, "devDependencies": { "fewer": "^0.1.3" }, "gitHead": "d5aec199af1234830f582dc1c9333ebac1178d80" }