{
  "name": "@nolwenture/json-modifier",
  "version": "1.1.0",
  "description": "Dynamic JSON manipulator",
  "author": "Antti Vikman <antti.vikman@nolwenture.com>",
  "contributors": [
    "Antti Vikman <antti.vikman@nolwenture.com>",
    "Miika Pakarinen <miika.pakarinen@nolwenture.com>",
    "Rammohan Balasubramanian <rammohan.balasubramanian@nolwenture.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nolwenture/json-modifier.git"
  },
  "bugs": {
    "url": "https://github.com/nolwenture/json-modifier/issues"
  },
  "homepage": "https://github.com/nolwenture/json-modifier#readme",
  "keywords": [
    "json",
    "modifier",
    "mapper"
  ],
  "main": "./dist/jsonModifier.js",
  "types": "./dist/jsonModifier.d.ts",
  "files": [
    "dist",
    "package.json",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "test": "jest"
  },
  "dependencies": {
    "expr-eval": "^2.0.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/jest": "^28.1.7",
    "@types/lodash": "^4.14.184",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.8",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  }
}
