UNPKG

wool-validate

Version:
38 lines (37 loc) 1.07 kB
{ "name": "wool-validate", "version": "2.5.1", "description": "Lib to validate data in Wool", "main": "index.js", "type": "module", "scripts": { "pretest": "npm run lint", "test": "tape test/**/*.spec.js |tap-summary", "test:watch": "nodemon -x 'clear; npm test'", "lint": "standard --fix *.js lib/ test/", "lint:watch": "nodemon -x 'npm run lint'", "coverage": "c8 tape test/**/*.spec.js && c8 report --reporter=html", "preversion": "npm test && npm outdated && npm audit" }, "repository": { "type": "git", "url": "git+https://github.com/nicocube/wool-validate.git" }, "keywords": [ "wool" ], "author": "Nicolas Lochet <nicolas.lochet@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nicocube/wool-validate/issues" }, "homepage": "https://github.com/nicocube/wool-validate#readme", "devDependencies": { "@freecube/tap-summary": "^4.0.4", "c8": "^10.1.2", "nodemon": "^3.1.4", "standard": "^17.1.0", "tape": "^5.8.1", "wool-store": "^2.4.0" } }