PackwizJS/packages/sync/package.json
cswimr 57920a034d
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
fix(sync): add index file
2025-02-12 00:56:56 -06:00

38 lines
762 B
JSON

{
"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"
}
}
}