Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
wahpkg/package.json

36 lines
918 B
JSON

{
"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",
"fs-extra": "^10.1.0",
"lowdb": "^3.0.0",
"tar": "^6.1.11",
"type-fest": "^2.19.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.0.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/fs-extra": "^9.0.13",
"@types/tar": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@yarnpkg/sdks": "^3.0.0-rc.18",
"eslint": "^8.23.0",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.33.0",
"typescript": "^4.8.2"
}
}