Ghost/ghost/zip/package.json
Fabien O'Carroll 76478e4c74 Published new versions
- @tryghost/adapter-manager@0.1.6
 - @tryghost/errors@0.2.0
 - @tryghost/image-transform@0.2.4
 - @tryghost/moleculer-service-from-class@0.2.2
 - @tryghost/mw-session-from-token@0.1.4
 - @tryghost/pretty-cli@1.2.7
 - @tryghost/release-utils@0.6.3
 - @tryghost/session-service@0.1.4
 - @tryghost/vhost-middleware@1.0.5
 - @tryghost/zip@1.1.1
2020-05-26 18:19:01 +02:00

34 lines
740 B
JSON

{
"name": "@tryghost/zip",
"version": "1.1.1",
"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": "3.3.1",
"mocha": "7.2.0",
"should": "13.2.3",
"sinon": "9.0.2"
},
"dependencies": {
"archiver": "4.0.1",
"bluebird": "3.7.2",
"extract-zip": "2.0.0",
"fs-extra": "9.0.0"
}
}