{
  "name": "immutable-object-methods",
  "version": "3.0.3",
  "description": "Update normal plain javascript object, immutable style. Simlar to how immutable.js, seamless-immutable etc does it but a lot smaller and simpler.",
  "main": "dist/index.js",
  "scripts": {
    "test": "ava",
    "posttest": "package-json-to-readme package.json > readme.md",
    "build": "rm -rf dist && tsc",
    "prepare": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pizza-skull/immutable-object-methods.git"
  },
  "author": "pizza-skull",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pizza-skull/immutable-object-methods/issues"
  },
  "homepage": "https://github.com/pizza-skull/immutable-object-methods#readme",
  "devDependencies": {
    "ava": "^3.7.1",
    "package-json-to-readme": "^2.1.1",
    "prettier": "^2.0.4",
    "ts-node": "^8.1.0",
    "type-fest": "^0.13.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {},
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register/transpile-only"
    ]
  }
}
