{ "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" }, "dependencies": { "chalk": "^5.0.1", "commander": "^9.4.0", "lowdb": "^3.0.0", "mv": "^2.1.1", "tar": "^6.1.11", "type-fest": "^2.19.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rushstack/eslint-patch": "^1.1.4", "@types/mv": "^2", "@types/tar": "^6", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", "@yarnpkg/sdks": "^2.6.3", "eslint": "^8.23.0", "rollup": "^2.78.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.33.0", "tslib": "^2.4.0", "typescript": "^4.8.2" } }