{
  "name": "@microsoft/app-manifest",
  "version": "1.0.5",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/strip-bom": "^4.0.1",
    "ajv": "^8.18.0",
    "ajv-draft-04": "^1.0.0",
    "ajv-formats": "^3.0.1",
    "node-fetch": "^3.3.2",
    "strip-bom": "^5.0.0"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/chai": "^4.2.21",
    "@types/chai-as-promised": "^7.1.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.0",
    "@types/sinon": "^17.0.0",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "copyfiles": "^2.4.1",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^10.1.0",
    "eslint-plugin-headers": "^1.3.4",
    "eslint-plugin-import-x": "^4.16.0",
    "eslint-plugin-no-secrets": "^1.1.2",
    "eslint-plugin-prettier": "^5.5.0",
    "fs-extra": "^9.1.0",
    "globals": "^16.2.0",
    "lint-staged": "^10.5.4",
    "mocha": "^11.0.0",
    "nyc": "^17.1.0",
    "prettier": "^2.4.1",
    "quicktype-core-jayzhang": "18.0.16-beta.2025042501",
    "rimraf": "^3.0.0",
    "sinon": "^19.0.0",
    "ts-node": "^10.9.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "~5.9.0",
    "typescript-eslint": "^8.56.0",
    "unzipper": "^0.12.3"
  },
  "scripts": {
    "build": "tsc -p ./ --incremental",
    "prebuild": "npm run copy-json-schema",
    "copy-json-schema": "copyfiles -u 1 src/json-schemas/**/* build/",
    "test": "npm run test:unit",
    "test:unit": "npx nyc mocha --no-timeouts --require ts-node/register \"test/**/*.test.ts\"",
    "lint": "eslint \"**/*.ts\"",
    "precommit": "lint-staged",
    "lint:staged": "lint-staged",
    "convert": "node convert.js"
  },
  "files": [
    "build/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{js,jsx,css,ts,tsx}": [
      "npx eslint --cache --fix --quiet"
    ]
  },
  "gitHead": "fabb8e3677ade92a62490374ed675e65d3bdd6d9"
}
