bifocal/node_modules/@tryghost/zip/package.json

36 lines
873 B
JSON

{
"name": "@tryghost/zip",
"version": "1.1.43",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/zip",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"folder-hash": "4.0.4",
"fs-extra": "11.2.0",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "17.0.2"
},
"dependencies": {
"@tryghost/errors": "^1.3.2",
"archiver": "^5.0.0",
"extract-zip": "^2.0.1"
},
"gitHead": "aa0d85a521ee8b5570ccba41d4aeb8942bdb1831"
}