PackwizJS/packages/sync/package.json
cswimr 50b42b038a
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
feat(sync): init
2025-02-12 00:53:25 -06:00

38 lines
761 B
JSON

{
"name": "@packwizjs/sync",
"module": "src/sync.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/sync.ts"
}
}
}