{
  "name": "pm-manifest",
  "globalObject": "pm-manifest",
  "version": "1.5.43",
  "description": "PM manifest definition files",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxzz/pm-manifest.git"
  },
  "homepage": "https://github.com/maxzz/pm-manifest",
  "type": "module",
  "main": "./src/index.ts",
  "files": [
    "./src"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "28.0.1",
    "@rollup/plugin-node-resolve": "15.3.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "12.1.1",
    "@types/node": "^25.2.2",
    "esbuild": "0.25.10",
    "rollup": "4.28.1",
    "tslib": "2.8.1",
    "typescript": "5.9.2",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@types/uuid": "^10.0.0",
    "fast-xml-parser": "5.2.3",
    "uuid": "^11.1.0"
  },
  "scripts": {
    "tsc": "tsc -w",
    "dev": "tsc -w",
    "test": "vitest run",
    "tsc:test": "tsc -p tsconfig.test.json --noEmit",
    "test:watch": "vitest",
    "build:min": "rollup -c rollup.config.js --environment targer:es2020,minify",
    "build": "rollup -c rollup.config.js --environment targer:es2020",
    "prepublish": "pnpm run build",
    "to-npm": "pnpm publish"
  }
}