{
  "name": "nessy",
  "version": "6.0.1",
  "type": "module",
  "description": "set value in nested object",
  "main": "lib/nessy.cjs",
  "exports": "./lib/nessy.js",
  "scripts": {
    "test": "madrun test",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "coverage": "madrun coverage",
    "report": "madrun report"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/nessy.git"
  },
  "keywords": [
    "json",
    "object",
    "value",
    "nested",
    "set"
  ],
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/nessy/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "homepage": "https://github.com/coderaiser/nessy",
  "devDependencies": {
    "c8": "^10.1.3",
    "coveralls": "^3.0.0",
    "eslint": "^9.20.1",
    "eslint-plugin-n": "^17.15.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-putout": "^29.3.0",
    "madrun": "^12.1.0",
    "nodemon": "^3.1.9",
    "putout": "^41.6.5",
    "supertape": "^12.0.9",
    "try-catch": "^4.0.7"
  },
  "dependencies": {}
}
