{
  "name": "raml-sanitize",
  "version": "2.0.0",
  "description": "Sanitization of RAML parameters into strict values",
  "main": "raml-sanitize.js",
  "scripts": {
    "lint": "standard",
    "test-cov": "nyc node_modules/mocha/bin/_mocha -- -R spec --bail",
    "test": "npm run lint; npm run test-cov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mulesoft/node-raml-sanitize.git"
  },
  "keywords": [
    "raml",
    "schema",
    "sanitization",
    "types"
  ],
  "author": "MuleSoft, Inc.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mulesoft/node-raml-sanitize/issues"
  },
  "homepage": "https://github.com/mulesoft/node-raml-sanitize",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0",
    "standard": "^14.3.4",
    "webapi-parser": "^0.4.1"
  },
  "dependencies": {}
}
