{
  "name": "@hn3000/json-ref",
  "version": "1.1.5",
  "description": "simple resolver for json reference and json pointer",
  "repository": {
    "type": "git",
    "url": "git@github.com:hn3000/metamodel-mr"
  },
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "prepublish": "tsc",
    "pretest": "tsc",
    "precover": "tsc",
    "test": "node out/test/allTests.js",
    "testonly": "node out/test/allTests.js",
    "cover": "nyc --reporter=html --reporter=text --reporter=lcov node out/test/allTests.js",
    "coveronly": "nyc --reporter=html --reporter=text --reporter=lcov node out/test/allTests.js",
    "prepare-vendor-js": "find out -type f -print|xargs cat|grep -o 'require(.*)'|sort|uniq|grep -v '[.]/' > src/vendor.js"
  },
  "bin": {
    "json-ref": "bin/json-ref.js",
    "json-ref.js": "bin/json-ref.js",
    "json-pluck": "bin/json-pluck.js",
    "json-sort": "bin/json-sort.js"
  },
  "main": "out/src/index.js",
  "typings": "out/src/index.d.ts",
  "keywords": [
    "json",
    "json pointer",
    "json reference",
    "json reference resolve"
  ],
  "author": "Harald Niesche",
  "license": "MIT",
  "devDependencies": {
    "@hn3000/tsunit-async": "github:hn3000/tsunit-async",
    "@types/isomorphic-fetch": "0.0.35",
    "@types/node": "^16.11.12",
    "isomorphic-fetch": "^3.0.0",
    "nyc": "^15.1.0",
    "typescript": "^4.5.3"
  },
  "files": [
    "README.md",
    "out",
    "src",
    "bin"
  ]
}
