b428648665
- @tryghost/adapter-manager@0.2.15 - @tryghost/bootstrap-socket@0.2.10 - @tryghost/config-url-helpers@0.1.1 - @tryghost/constants@0.1.9 - @tryghost/errors@0.2.14 - @tryghost/image-transform@1.0.14 - @tryghost/job-manager@0.8.8 - @tryghost/limit-service@0.6.2 - @tryghost/moleculer-service-from-class@0.2.18 - @tryghost/mw-session-from-token@0.1.23 - @tryghost/package-json@1.0.3 - @tryghost/pretty-cli@1.2.19 - @tryghost/promise@0.1.10 - @tryghost/release-utils@0.6.16 - @tryghost/security@0.2.10 - @tryghost/session-service@0.1.25 - @tryghost/tpl@0.1.4 - @tryghost/vhost-middleware@1.0.16 - @tryghost/zip@1.1.15
36 lines
794 B
JSON
36 lines
794 B
JSON
{
|
|
"name": "@tryghost/image-transform",
|
|
"version": "1.0.14",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.9.0",
|
|
"mocha": "9.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^0.2.14",
|
|
"bluebird": "^3.7.2",
|
|
"fs-extra": "^9.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.29.0"
|
|
}
|
|
}
|