UNPKG

warpack

Version:

A build system for Warcraft III maps.

67 lines (66 loc) 1.58 kB
{ "$schema": "https://json.schemastore.org/package", "name": "warpack", "version": "0.0.1-dev.ab8ac45", "description": "A build system for Warcraft III maps.", "keywords": [ "warcraft", "warpack", "warscript" ], "license": "MIT", "author": "rhazarian", "main": "lib/cjs/index.d.cts", "exports": { "./cli": { "import": "./lib/cli/cli.js" }, ".": { "import": { "types": "./lib/esm/index.d.ts", "default": "./lib/esm/index.js" }, "require": { "types": "./lib/cjs/index.d.cts", "default": "./lib/cjs/index.cjs" } } }, "bin": "lib/cli/cli.js", "type": "module", "types": "lib/cjs/index.d.cts", "repository": { "type": "git", "url": "https://github.com/rhazarian/warpack" }, "scripts": { "typecheck": "tsc", "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "tsup" }, "dependencies": { "execa": "^8.0.1" }, "devDependencies": { "@types/node": "^20.11.22", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "optionalDependencies": { "@warpack/darwin-arm64": "0.0.1", "@warpack/darwin-x64": "0.0.1", "@warpack/linux-arm64": "0.0.1", "@warpack/linux-x64": "0.0.1", "@warpack/windows-arm64": "0.0.1", "@warpack/windows-x64": "0.0.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "module": "lib/esm/index.d.ts" }