36 lines
837 B
JSON
36 lines
837 B
JSON
{
|
|
"name": "@tryghost/image-transform",
|
|
"version": "1.0.31",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.11.2",
|
|
"mocha": "10.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^1.2.1",
|
|
"bluebird": "^3.7.2",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.30.0"
|
|
}
|
|
}
|