patchwork-mapconverter
Version:
Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator
50 lines • 1.43 kB
JSON
{
"name": "patchwork-mapconverter",
"displayName": "Patchwork Map Converter",
"version": "0.1.8",
"description": "Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator",
"main": "./build/index.js",
"bin": "./build/index.js",
"keywords": [
"Warcraft",
"World Editor",
"JSON",
"Warcraft Map",
"Patchwork"
],
"author": "InsanityAI",
"license": "ISC",
"devDependencies": {
"@commander-js/extra-typings": "^11.0.0",
"@eslint/create-config": "^0.4.5",
"@types/ini": "^1.3.31",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^36.1.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": "11.0.0",
"directory-tree": "3.5.1",
"fast-xml-parser": "4.5.0",
"ieee754": "1.2.1",
"ini": "4.1.1",
"intn": "1.0.0",
"round-to": "5.0.0",
"smol-toml": "1.3.0",
"source-map-support": "0.5.21",
"tslog": "4.9.3",
"yaml": "2.6.0"
},
"scripts": {
"prebuild": "node generateProgramMetadata.js > src/metadata.ts",
"clean": "tsc --build --clean",
"build": "npm run clean && tsc --build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}