UNPKG

arx-convert

Version:

Converts various Arx Fatalis formats to JSON or YAML and back

64 lines (63 loc) 1.67 kB
{ "name": "arx-convert", "version": "10.4.0", "description": "Converts various Arx Fatalis formats to JSON or YAML and back", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "engines": { "npm": ">=8.0.0", "node": ">=18.0.0" }, "bin": { "arx-convert": "dist/bin/convert.js" }, "exports": { ".": { "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "./utils": { "default": "./dist/utils.js", "types": "./dist/utils.d.ts" }, "./types": { "default": "./dist/types.js", "types": "./dist/types.d.ts" } }, "scripts": { "build": "tsc && tsc-alias", "build:watch": "nodemon --watch src --exec \"npm run build\" --ext ts", "lint": "xo", "lint:watch": "nodemon --watch src --exec \"npm run lint\" --ext ts", "prepublishOnly": "npm run lint && rm -rf dist && rm -f tsconfig.tsbuildinfo && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/arx-tools/arx-convert.git" }, "author": "Lajos Meszaros <m_lajos@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/arx-tools/arx-convert/issues" }, "homepage": "https://github.com/arx-tools/arx-convert#readme", "dependencies": { "minimist-lite": "^2.3.0", "yaml": "^2.7.1" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/node": "^22.14.1", "eslint-plugin-unused-imports": "^4.1.4", "nodemon": "^3.1.9", "tsc-alias": "^1.8.15", "type-fest": "^4.40.0", "typescript": "5.8.3", "xo": "^0.60.0" }, "keywords": [ "arx-fatalis" ] }