cross-7zip
Version:
Cross-platform 7-Zip for Node.js
66 lines (65 loc) • 1.54 kB
JSON
{
"name": "cross-7zip",
"version": "1.5.4",
"description": "Cross-platform 7-Zip for Node.js",
"keywords": [
"7-Zip",
"7zip",
"cross-platform",
"linux",
"macos",
"windows"
],
"license": "MIT",
"author": "Róbert Darida",
"homepage": "https://rdarida.github.io/cross-7zip",
"repository": {
"type": "git",
"url": "git+https://github.com/rdarida/cross-7zip.git"
},
"bugs": {
"url": "https://github.com/rdarida/cross-7zip/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"cross-7zip": "./dist/cli.js",
"seven": "./dist/cli.js"
},
"files": [
"7zip",
"dist",
"install.js"
],
"scripts": {
"postinstall": "node ./install.js",
"lint": "tsc",
"prettier": "prettier . --check",
"pretest": "rimraf coverage",
"test": "jest",
"prebuild": "rimraf dist",
"build": "tsup ./src/index.ts ./src/cli.ts --format cjs --dts --minify",
"prepublishOnly": "npm run build",
"release": "release-it",
"predocs": "rimraf docs",
"docs": "typedoc"
},
"dependencies": {
"rimraf": "^6.0.1",
"yargs": "^18.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.2",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.2",
"@types/yargs": "^17.0.33",
"jest": "^30.0.5",
"jest-config": "^30.0.5",
"prettier": "^3.4.2",
"release-it": "^19.0.6",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"typedoc": "^0.28.0",
"typescript": "^5.7.2"
}
}