{
  "name": "@json-schema-spec/json-schema",
  "version": "0.1.3",
  "main": "lib/index.js",
  "repository": "git@github.com:json-schema-spec/json-schema-typescript.git",
  "author": "Ulysse Carion <ulyssecarion@gmail.com>",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@json-schema-spec/json-pointer": "^0.1.2",
    "@types/deep-equal": "^1.0.1",
    "deep-equal": "^1.0.1",
    "uri-js": "^4.2.2"
  },
  "devDependencies": {
    "@types/jest": "^23.0.0",
    "@types/node": "^10.12.24",
    "jest": "^23.0.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.1",
    "typedoc": "^0.14.2",
    "typescript": "^3.3.1"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "rootDir": "src",
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "js",
      "ts"
    ]
  }
}
