{
  "name": "format-schema",
  "version": "3.0.0",
  "description": "object input validation and sanitization",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "compile": "npx tsc -p tsconfig.json",
    "test": "npm run \"test-new\" && tape ./test-compatibility/**/*.test.js",
    "test-new": "ts-node --project tsconfig.json node_modules/tape/bin/tape ./test/**/*.test.ts",
    "test-compatibility": "npx tsc -p tsconfig.json && tape ./test-compatibility/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjasnikovs/format-schema.git"
  },
  "author": "Edgars Mjasņikovs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mjasnikovs/format-schema/issues"
  },
  "homepage": "https://github.com/mjasnikovs/format-schema#readme",
  "devDependencies": {
    "@types/tape": "4.2.33",
    "nodemon": "1.18.10",
    "tape": "4.8.0",
    "tape-schema": "1.1.4",
    "tslint": "5.14.0",
    "typescript": "3.3.3333",
    "ts-node": "8.0.3"
  }
}
