{
    "name": "@voces/wc3maptranslator",
    "version": "4.0.3",
    "description": "Module to translate between `war3map` and `json` formats for WarCraft III .w3x maps",
    "keywords": [
        "wc3",
        "warcraft",
        "reforged",
        "frozen throne",
        "reign of chaos",
        "war3map",
        "translator",
        "json",
        "w3x"
    ],
    "main": "index.js",
    "scripts": {
        "build": "tsc --build",
        "lint": "tslint --project .",
        "test": "npm run build && mocha",
        "test-nyc": "npm run build && nyc mocha"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://voces@github.com/voces/WC3MapTranslator.git"
    },
    "author": "ChiefOfGxBxL",
    "contributors": [
        "rufreakde"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/voces/WC3MapTranslator/issues"
    },
    "homepage": "https://github.com/voces/WC3MapTranslator#readme",
    "dependencies": {
        "ieee754": ">=1.1.13",
        "intn": ">=1.0.0"
    },
    "files": [
        "lib/**/*.js",
        "lib/**/*.d.ts"
    ],
    "devDependencies": {
        "@types/fs-extra": ">=8.0.1",
        "@types/mocha": ">=7.0.1",
        "@types/node": ">=13.7.0",
        "coveralls": ">=3.0.9",
        "diff-buf": ">=1.0.1",
        "fs-extra": ">=8.1.0",
        "mocha": ">=7.0.1",
        "nyc": ">=15.0.0",
        "source-map-support": ">=0.5.16",
        "ts-node": ">=8.6.2",
        "tslint": ">=6.0.0",
        "typescript": ">=3.7.5"
    }
}
