{ "name": "wahpkg", "version": "0.0.1", "description": "Package manager for WahOS", "type": "module", "exports": "./dist/index.js", "license": "GPL-3.0-or-later", "bin": "./dist/index.js", "scripts": { "build": "tsc", "lint": "eslint --fix src/**/*.ts", "package:alpine": "pkg -t node18-alpine-x64 -C brotli -o dist/wahpkg dist/index.js", "package:linux": "pkg -t node18-linux-x64 -C brotli -o dist/wahpkg dist/index.js" }, "dependencies": { "chalk": "^5.2.0", "commander": "^9.5.0", "fs-extra": "^11.1.0", "lowdb": "^5.0.5", "proper-lockfile": "^4.1.2", "tar": "^6.1.13", "type-fest": "^3.5.1" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", "@types/fs-extra": "^11.0.1", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "eslint": "^8.31.0", "pkg": "^5.8.0", "typescript": "^4.9.4" } }