{
  "name": "object-organizer",
  "version": "1.2.1",
  "description": "This library is will be used to handling data of object type",
  "keywords": [
    "object",
    "object data",
    "object utils",
    "map",
    "set",
    "function",
    "generator"
  ],
  "module": "dist/object-organizer.esm.js",
  "main": "dist/object-organizer.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "start": "npm run clean && rollup -c ./build/rollup.config.test.js -w",
    "start:node": "babel-node ./examples",
    "build": "npm run clean && rollup -c ./build/rollup.config.js && npx tsc && npm run clean:tsc",
    "deploy": "npm run lint && npm run build && npm run doc && npm publish && npm run clean",
    "test": "jest --config jest.config.js",
    "lint": "eslint 'examples/**/*' 'lib/**/*' --fix",
    "clean": "rimraf dist",
    "clean:tsc": "rimraf dist/polyfill.d.ts dist/_utils.d.ts",
    "doc": "babel-node scripts/doc.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohwa/object-organizer.git"
  },
  "author": {
    "name": "mohwa",
    "email": "yanione2@gmail.com",
    "url": ""
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohwa/object-organizer/issues",
    "email": "yanione2@gmail.com"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "homepage": "https://github.com/mohwa/object-organizer#readme",
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/node": "^7.12.13",
    "@babel/plugin-proposal-optional-chaining": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.12.15",
    "@babel/preset-env": "^7.12.13",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-html": "^0.2.2",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "array-organizer": "^1.5.4",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.0.6",
    "cross-env": "^6.0.3",
    "documentation": "^13.1.0",
    "documentation-devseed-theme": "git://github.com/mohwa/documentation-devseed-theme.git",
    "emnida": "^1.1.20",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^3.0.8",
    "jest": "^26.4.2",
    "lint-staged": "^9.4.2",
    "prettier-eslint": "^9.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.38.5",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4",
    "shelljs": "^0.8.4",
    "typescript": "^4.1.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ]
  },
  "engines": {
    "node": ">=10"
  },
  "browserslist": [
    "> 1%",
    "last 2 version",
    "not ie <= 8"
  ]
}
