{ "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": "rollup -c", "lint": "eslint --fix src/**/*.ts", "package:alpine": "rollup -c --environment PRODUCTION && pkg -t node18-alpine-x64 -C brotli -o dist/wahpkg dist/index.js", "package:linux": "rollup -c --environment PRODUCTION && 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": { "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.3.0", "@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", "@yarnpkg/sdks": "3.0.0-rc.35", "eslint": "^8.31.0", "pkg": "^5.8.0", "rollup": "^3.10.0", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^4.9.4" } }