Ghost/ghost/image-transform/package.json
Hannah Wolfe de9e5cecd4 Prepared new image-transform package
- Ready to accept code and history from TryGhost/Ghost
- This will be what's known as image.manipulator in Ghost
2020-03-25 12:12:17 +00:00

32 lines
719 B
JSON

{
"name": "@tryghost/image-transform",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform",
"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": {
"mocha": "7.1.1",
"should": "13.2.3",
"sinon": "9.0.1"
},
"dependencies": {
"@tryghost/errors": "^0.1.0",
"bluebird": "^3.7.2",
"fs-extra": "^9.0.0"
}
}