Ghost/ghost/zip/package.json
Naz 06bc47678b Published new versions
- @tryghost/adapter-manager@0.2.1
 - @tryghost/job-manager@0.3.0
 - @tryghost/mw-session-from-token@0.1.10
 - @tryghost/security@0.2.2
 - @tryghost/session-service@0.1.11
 - @tryghost/zip@1.1.6
2020-11-19 18:17:14 +13:00

34 lines
740 B
JSON

{
"name": "@tryghost/zip",
"version": "1.1.6",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/zip",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"folder-hash": "4.0.0",
"mocha": "8.2.1",
"should": "13.2.3",
"sinon": "9.2.1"
},
"dependencies": {
"archiver": "4.0.1",
"bluebird": "3.7.2",
"extract-zip": "2.0.0",
"fs-extra": "9.0.1"
}
}