{ "name": "@packwizjs/sync", "module": "src/index.ts", "version": "1.0.0", "type": "module", "description": "A directory syncing tool for Minecraft modpacks", "author": { "name": "cswimr", "email": "seaswimmerthefsh@gmail.com" }, "repository": { "url": "https://c.csw.im/GalacticFactory/PackwizJS", "type": "git" }, "license": "GPL-3.0-only", "files": [ "src" ], "readme": "README.md", "homepage": "https://packwizjs.csw.im", "keywords": [ "packwiz", "minecraft" ], "scripts": {}, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@packwizjs/parser": "workspace:*", "murmurhash2": "0.1.0" }, "exports": { ".": { "import": "./src/index.ts" } } }