UNPKG

@plaiceholder/base64

Version:
43 lines (42 loc) 1.07 kB
{ "name": "@plaiceholder/base64", "version": "1.0.0", "description": "Roll-you-own Base64 placeholders.", "author": "Joe Bell <joe@joebell.co.uk>", "license": "Apache-2.0", "funding": "https://plaiceholder.co", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "microbundle --no-compress --tsconfig tsconfig.json --external sharp", "dev": "yarn build -- watch", "clean": "rimraf {dist,.rts2*}" }, "repository": { "type": "git", "url": "git+https://github.com/joe-bell/plaiceholder.git" }, "keywords": [ "lqip", "placeholder", "plaiceholder", "base64" ], "bugs": { "url": "https://github.com/joe-bell/plaiceholder/issues" }, "homepage": "https://github.com/joe-bell/plaiceholder#readme", "dependencies": { "@plaiceholder/core": "^1.0.0" }, "peerDependencies": { "sharp": ">= 0.26.2" }, "gitHead": "95f491db36c16cbaeda696027344ede48d56d198" }