This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PackwizJS/packages/sync/package.json

40 lines
781 B
JSON
Raw Permalink Normal View History

2025-02-12 00:53:25 -06:00
{
"name": "@packwizjs/sync",
2025-02-12 00:56:56 -06:00
"module": "src/index.ts",
"private": true,
"version": "indev",
2025-02-12 00:53:25 -06:00
"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:*",
2025-02-12 00:56:56 -06:00
"murmurhash2": "0.1.0"
2025-02-12 00:53:25 -06:00
},
"exports": {
".": {
2025-02-12 00:56:56 -06:00
"import": "./src/index.ts"
2025-02-12 00:53:25 -06:00
}
}
}