UNPKG

sanity-plugin-asset-source-ogimage

Version:

Allow editors to generate social sharing images on the fly inside of Sanity.

107 lines (106 loc) 3.05 kB
{ "name": "sanity-plugin-asset-source-ogimage", "version": "2.0.0-2", "description": "Allow editors to generate social sharing images on the fly inside of Sanity.", "keywords": [ "sanity", "plugin", "assets", "source", "images", "og:image" ], "homepage": "https://github.com/hdoro/sanity-plugin-asset-source-ogimage#readme", "bugs": { "url": "https://github.com/hdoro/sanity-plugin-asset-source-ogimage/issues" }, "repository": { "type": "git", "url": "https://github.com/hdoro/sanity-plugin-asset-source-ogimage.git" }, "license": "Apache-2.0", "author": "Henrique Doro <opensource@hdoro.dev>", "exports": { ".": { "types": "./dist/src/index.d.ts", "source": "./src/index.ts", "require": "./dist/index.js", "import": "./dist/index.esm.js", "default": "./dist/index.esm.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.esm.js", "source": "./src/index.ts", "types": "./dist/src/index.d.ts", "files": [ "src", "sanity.json", "dist", "v2-incompatible.js" ], "scripts": { "build": "run-s clean && plugin-kit verify-package --silent && pkg-utils build --strict && pkg-utils --strict", "clean": "rimraf lib", "format": "prettier --write --cache --ignore-unknown .", "link-watch": "plugin-kit link-watch", "lint": "eslint .", "prepublishOnly": "run-s build", "watch": "pkg-utils watch --strict" }, "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", "downloadjs": "^1.4.7", "html-to-image": "^1.11.11", "is-hotkey": "^0.2.0" }, "devDependencies": { "@sanity/icons": "^2.2.0", "@sanity/image-url": "^1.0.1", "@sanity/mutator": "^3.5.1", "@sanity/pkg-utils": "^2.2.6", "@sanity/plugin-kit": "^3.1.7", "@sanity/ui": "^1.0.0", "@types/downloadjs": "^1.4.3", "@types/is-hotkey": "^0.1.7", "@types/react": "^18", "@types/react-dom": "^18", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-config-sanity": "^6.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.1", "prettier-plugin-packagejson": "^2.3.0", "react": "^18", "rimraf": "^4.1.2", "sanity": "^3.5.1", "styled-components": "^5.3.6", "typescript": "^4.9.5" }, "peerDependencies": { "@sanity/icons": "^2", "@sanity/image-url": "^1", "@sanity/mutator": "^3", "@sanity/ui": "^1", "react": "^18", "react-dom": "^18", "sanity": "^3" }, "engines": { "node": ">=14" }, "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "sanityExchangeUrl": "https://www.sanity.io/plugins/asset-source-ogimage" }