{
  "name": "arx-level-json-converter",
  "version": "4.6.1",
  "description": "Converts various Arx Fatalis formats to JSON or YAML and back",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "npm": ">=8.0.0",
    "node": ">=18.0.0"
  },
  "bin": {
    "arx-level-json-converter": "dist/bin/convert.js",
    "arx-convert": "dist/bin/convert.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meszaros-lajos-gyorgy/arx-level-json-converter.git"
  },
  "author": "Lajos Meszaros <m_lajos@hotmail.com>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/meszaros-lajos-gyorgy/arx-level-json-converter/issues"
  },
  "homepage": "https://github.com/meszaros-lajos-gyorgy/arx-level-json-converter#readme",
  "dependencies": {
    "minimist-lite": "^2.2.1",
    "yaml": "^2.1.3"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "typescript": "^4.9.3"
  },
  "keywords": [
    "arx-fatalis"
  ]
}
