Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
38 lines
762 B
JSON
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"
|
|
}
|
|
}
|
|
}
|