{
    "name": "civ7-modding-tools",
    "version": "1.3.0",
    "main": "dist/index.js",
    "scripts": {
        "build": "tsx build.ts",
        "dev": "tsx dev.ts",
        "compile": "tsc --project tsconfig.json"
    },
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/izica/civ7-modding-tools.git"
    },
    "author": "izica <artemiztomska@gmail.com>",
    "license": "MIT",
    "keywords": [
        "typescript",
        "civilization",
        "modding",
        "tools"
    ],
    "dependencies": {
        "@types/jstoxml": "^5.0.0",
        "@types/lodash": "^4.17.15",
        "@types/node": "^22.13.5",
        "jstoxml": "^5.0.2",
        "lodash": "^4.17.21",
        "tsup": "^8.4.0",
        "tsx": "^4.19.3",
        "typescript": "5.7.3"
    },
    "tsup": {
        "entry": [
            "src/index.ts"
        ],
        "splitting": true,
        "sourcemap": true,
        "bundle": false,
        "clean": false
    }
}
