{
  "name": "dotize",
  "version": "0.6.0",
  "description": "Convert complex Js object to dot notation Js object",
  "type": "module",
  "source": "src/dotize.js",
  "exports": {
    "types": "./dist/dotize.d.ts",
    "require": "./dist/dotize.cjs",
    "default": "./dist/dotize.modern.js"
  },
  "types": "./dist/dotize.d.ts",
  "main": "./dist/dotize.cjs",
  "module": "./dist/dotize.module.js",
  "unpkg": "./dist/dotize.umd.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "microbundle": "^0.15.1",
    "mocha": "^10.8.2"
  },
  "scripts": {
    "test": "npx mocha test/test.js",
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vardars/dotize.git"
  },
  "keywords": [
    "js",
    "json",
    "dot-notation",
    "convert",
    "backward"
  ],
  "author": "Suleyman Vardar <admin@vardars.com> (http://vardars.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vardars/dotize/issues"
  },
  "homepage": "https://github.com/vardars/dotize"
}
