mirror of
https://github.com/araxiaonline/mpq-tools-osx.git
synced 2026-06-13 03:12:25 -04:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@araxiaonline/mpq-tools-osx",
|
|
"version": "1.0.6",
|
|
"description": "Node.js wrapper for MPQ archive manipulation for MacOSX using mpqcli",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "node scripts/build.js",
|
|
"prepare": "npm run build",
|
|
"install": "node scripts/build.js",
|
|
"postinstall": "cd mpqcli && cmake -B build && cmake --build build",
|
|
"release:patch": "npm version patch && git push && git push --tags",
|
|
"release:minor": "npm version minor && git push && git push --tags",
|
|
"release:major": "npm version major && git push && git push --tags",
|
|
"publish": "npm publish --access public"
|
|
},
|
|
"keywords": [
|
|
"mpq",
|
|
"wow",
|
|
"warcraft",
|
|
"archive",
|
|
"stormlib"
|
|
],
|
|
"author": "ben-of-codecraft",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/araxiaonline/mpq-tools-osx"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"bin/",
|
|
"mpqcli/",
|
|
"scripts/",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
]
|
|
}
|