Ghost/ghost/zip/package.json

34 lines
734 B
JSON
Raw Normal View History

{
"name": "@tryghost/zip",
"version": "1.1.8",
"repository": "https://github.com/TryGhost/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": {
2020-10-12 23:06:16 +03:00
"folder-hash": "4.0.0",
2020-11-03 02:07:13 +03:00
"mocha": "8.2.1",
"should": "13.2.3",
2021-01-06 18:05:05 +03:00
"sinon": "9.2.3"
},
"dependencies": {
2020-04-22 14:23:20 +03:00
"archiver": "4.0.1",
2020-04-22 14:21:42 +03:00
"bluebird": "3.7.2",
"extract-zip": "2.0.0",
2020-08-04 15:26:16 +03:00
"fs-extra": "9.0.1"
}
}