{
  "name": "wool-entity",
  "version": "2.5.4",
  "description": "A lib for Entity definition for 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 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-entity.git"
  },
  "keywords": [
    "wool"
  ],
  "author": "Nicolas Lochet <nicolas.lochet@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nicocube/wool-entity/issues"
  },
  "homepage": "https://github.com/nicocube/wool-entity#readme",
  "dependencies": {
    "wool-validate": "^2.5.1"
  },
  "devDependencies": {
    "@freecube/tap-summary": "^4.0.4",
    "c8": "^10.1.3",
    "email-address": "^1.2.2",
    "nodemon": "^3.1.10",
    "standard": "^17.1.2",
    "tape": "^5.9.0",
    "wool-store": "^2.5.0"
  }
}
