{
  "name": "patchwork-preloadconverter",
  "version": "0.0.1",
  "description": "A specialized converter for handling preload (.pld) files.",
  "main": "./build/index.js",
  "bin": "./build/index.js",
  "scripts": {
    "prebuild": "node generateProgramMetadata.js",
    "clean": "tsc --build --clean",
    "build": "npm run clean && tsc --build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Warcraft",
    "World Editor",
    "JSON",
    "Warcraft Map",
    "Patchwork",
    "Pld"
  ],
  "author": "InsanityAI",
  "license": "ISC",
  "devDependencies": {
    "@commander-js/extra-typings": "^13.1.0",
    "@eslint/create-config": "^0.4.5",
    "@types/node": "^20.4.2",
    "@typescript-eslint/eslint-plugin": "^8.30.1",
    "eslint": "^9.25.0",
    "eslint-config-love": "^119.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-promise": "^6.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "commander": "13.1.0",
    "source-map-support": "0.5.21",
    "tslog": "4.9.3"
  }
}
