UNPKG

yup-server

Version:

A lightweight server that uses the amazing Yup library for validation

34 lines (33 loc) 859 B
{ "name": "yup-server", "version": "0.0.4", "description": "A lightweight server that uses the amazing Yup library for validation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc", "publish": "npx tsc && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/wworrall/yup-server.git" }, "keywords": [ "Lightweight server", "Yup" ], "author": "Will Worrall", "license": "MIT", "bugs": { "url": "https://github.com/wworrall/yup-server/issues" }, "homepage": "https://github.com/wworrall/yup-server#readme", "devDependencies": { "@types/http-errors": "^1.8.2", "@types/node": "^17.0.31", "http-errors": "^2.0.0", "typescript": "^4.6.4", "yup": "^0.32.11" } }