UNPKG

@synaptic-simulations/mach

Version:

The last MSFS instrument bundler you'll ever need.

49 lines (48 loc) 1.4 kB
{ "name": "@synaptic-simulations/mach", "version": "1.3.0-rc5", "description": "The last MSFS instrument bundler you'll ever need.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "mach": "./dist/index.js" }, "scripts": { "build": "tsc && copyfiles src/templates/* dist", "watch": "nodemon --watch index.ts --watch src --ext * --exec \"yarn build || exit 1\"", "lint": "biome check", "lint:fix": "biome check --fix --unsafe" }, "keywords": [ "msfs", "bundler", "esbuild" ], "author": "Michael Romashov <mromashov@icloud.com>", "repository": "https://github.com/Synaptic-Simulations/mach", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "chokidar": "^4.0.3", "commander": "^13.1.0", "dotenv": "^16.4.7", "esbuild": "^0.25.4", "filesize": "^10.1.6", "import-single-ts": "^1.2.0", "signale": "^1.4.0", "template-file": "^6.0.1", "zod": "^3.24.1", "zod-validation-error": "3.4.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.10.8", "@types/signale": "^1.4.7", "copyfiles": "^2.4.1", "nodemon": "^3.1.9", "typescript": "^5.7.3" }, "engines": { "node": ">=22.0.0" } }