{
  "name": "@croct/json-pointer",
  "version": "0.3.0",
  "description": "A RFC6901 compliant type-safe JSON pointer library to handle arbitrary structured data.",
  "author": {
    "name": "croct",
    "email": "lib+json@croct.com",
    "url": "https://github.com/croct-tech/json-pointer-js"
  },
  "license": "MIT",
  "keywords": [
    "croct",
    "typescript",
    "json",
    "rfc6901"
  ],
  "types": "index.d.ts",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/croct-tech/json-pointer-js.git"
  },
  "bugs": {
    "url": "https://github.com/croct-tech/json-pointer-js/issues"
  },
  "homepage": "https://github.com/croct-tech/json-pointer-js",
  "scripts": {
    "lint": "eslint 'src/**/*.ts'",
    "test": "jest -c jest.config.js --coverage",
    "validate": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json"
  },
  "dependencies": {
    "@croct/json": "^2.1.0"
  },
  "devDependencies": {
    "@croct/eslint-plugin": "^0.7.0",
    "@types/jest": "^29.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.1",
    "jest": "^29.0.0",
    "jest-extended": "^4.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "**/*.js",
    "**/*.ts"
  ]
}
