{
  "name": "rollup-plugin-jsonlint",
  "version": "2.1.0",
  "description": "Converts .json (JSON/CJSON/JSON5) files to ES6 modules.",
  "author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/prantlf/rollup-plugin-jsonlint/blob/master/LICENSE"
    }
  ],
  "homepage": "http://prantlf.github.com/rollup-plugin-jsonlint/",
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/rollup-plugin-jsonlint.git"
  },
  "bugs": {
    "url": "http://github.com/prantlf/rollup-plugin-jsonlint/issues"
  },
  "type": "module",
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    "require": "./lib/index.cjs",
    "import": "./lib/index.js"
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 14.8"
  },
  "scripts": {
    "prepare": "rollup -c",
    "lint": "biome lint *.js lib test/*.js && tsc --noEmit test/types.ts",
    "check": "teru test/*.cjs && teru-esm test/*.js",
    "cover": "c8 teru-esm test/*.js",
    "test": "biome lint *.js lib test/*.js && tsc --noEmit test/types.ts && teru test/*.cjs && c8 teru-esm test/*.js"
  },
  "c8": {
    "exclude": [
      "test/**",
      "util/**"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "dependencies": {
    "@prantlf/jsonlint": "16.0.0",
    "rollup-pluginutils": "2.8.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "22.10.1",
    "c8": "10.1.3",
    "rollup": "4.28.1",
    "rollup-plugin-jsonlint": "link:",
    "rollup-plugin-node-resolve": "^5.2.0",
    "tehanu": "^1.0.1",
    "tehanu-repo-coco": "^1.0.1",
    "tehanu-teru": "^1.0.1",
    "typescript": "5.7.2"
  },
  "peerDependencies": {
    "rollup": "^1.20 || ^2 || ^3 || ^4"
  },
  "keywords": [
    "rollup",
    "plugin",
    "rollup-plugin",
    "json",
    "jsonlint",
    "es2015",
    "npm",
    "modules"
  ]
}