{
  "name": "json-loose",
  "description": "Transforms loosely structured plain object strings into valid JSON strings",
  "version": "1.2.4",
  "publishConfig": {
    "access": "public"
  },
  "author": "Beni Arisandi (https://stilearning.com)",
  "repository": "https://github.com/bent10/json-loose",
  "bugs": "https://github.com/bent10/json-loose/issues",
  "license": "MIT",
  "keywords": [
    "json",
    "jsonify",
    "loose",
    "object",
    "plain-object",
    "stringify"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "browser": "./dist/index.umd.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "readme.md",
    "license"
  ],
  "scripts": {
    "start": "vite",
    "dev": "vite build --watch",
    "build": "vite build && npm run types",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "types": "tsc -d --emitDeclarationOnly --outDir ./dist",
    "lint": "tsc --noEmit && eslint .",
    "format": "prettier --write ."
  },
  "dependencies": {
    "moo": "^0.5.2"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/moo": "0.5.9",
    "doogu": "4.0.4",
    "semantic-release": "^24.1.0",
    "vite-plugin-resolve-umd-format": "1.0.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "prettier": "doogu/prettier.config.js",
  "release": {
    "extends": "doogu/release.config.js"
  }
}
