{
  "name": "object-fns",
  "version": "1.0.1",
  "description": "Object utility functions",
  "author": {
    "name": "Mate Safranka",
    "email": "safranka.mate@gmail.com",
    "url": "https://github.com/safrankamate"
  },
  "license": "MIT",
  "keywords": [
    "object",
    "utility",
    "functions"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist -d --declarationDir dist -t esnext -m commonjs src/index.ts"
  }
}
