sanity-next-social-image-generator
Version:
Generate social images in Next.js with Sanity webhooks
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "sanity-next-social-image-generator",
"version": "1.0.1",
"description": "Generate social images in Next.js with Sanity webhooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "husky install",
"lint": "tslint -p tsconfig.json",
"sample": "npm run build && node sample/index.js"
},
"keywords": [
"Sanity",
"Next.js"
],
"repository": {
"type": "git",
"url": "https://github.com/jordan-mcrae/sanity-next-social-image-generator"
},
"author": "Jordan McRae",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordan-mcrae/sanity-next-social-image-generator/issues"
},
"homepage": "https://github.com/jordan-mcrae/sanity-next-social-image-generator#readme",
"files": [
"lib/**/*"
],
"devDependencies": {
"@sanity/types": "^2.31.0",
"@types/eventsource": "^1.1.9",
"@types/node": "^18.7.13",
"@types/sharp": "^0.30.5",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.2"
},
"dependencies": {
"@sanity/client": "^3.3.5",
"axios": "^0.27.2",
"date-fns": "^2.29.2",
"ioredis": "^5.2.3",
"sharp": "^0.30.7"
}
}