UNPKG

sound

Version:

Make sure your data is sound! Schema generator, converter and validation library for Node.js.

45 lines (44 loc) 1.03 kB
{ "name": "sound", "description": "Make sure your data is sound! Schema generator, converter and validation library for Node.js.", "version": "3.1.0", "main": "sound.js", "type": "module", "homepage": "https://github.com/chilts/sound", "repository": { "type": "git", "url": "git://github.com/chilts/sound.git" }, "bugs": { "url": "http://github.com/chilts/sound/issues", "mail": "andychilton@gmail.com" }, "scripts": { "test": "npm run eslint && npm run tape", "tape": "c8 tape test/*.js", "eslint": "eslint **/*.js", "eslint-fix": "eslint --fix **/*.js" }, "dependencies": { "isemail": "^3.2.0", "lodash": "^4.17.21" }, "devDependencies": { "c8": "^7.11.3", "eslint": "^8.20.0", "tape": "^5.5.3" }, "author": { "name": "Andrew Chilton", "email": "andychilton@gmail.com", "url": "https://chilts.org/" }, "contributors": [], "keywords": [ "validate", "validation", "input", "params" ], "license": "MIT" }