@3846masa/bmp
Version:
Create a BMP (w/ alpha channel) binary from RGBA raw bytes like ImageData.
59 lines (58 loc) • 1.31 kB
JSON
{
"name": "@3846masa/bmp",
"version": "1.1.3",
"description": "Create a BMP (w/ alpha channel) binary from RGBA raw bytes like ImageData.",
"license": "MIT",
"author": "3846masa <3846masahiro+git@gmail.com>",
"homepage": "https://github.com/3846masa/bmp#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/3846masa/bmp.git"
},
"bugs": {
"url": "https://github.com/3846masa/bmp/issues"
},
"main": "lib/convert.js",
"module": "lib/convert.mjs",
"files": [
"lib",
"src"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"size-limit": "size-limit"
},
"types": "src/convert.d.ts",
"dependencies": {},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@size-limit/file": "^7.0.0",
"rollup": "2.68.0",
"rollup-plugin-terser": "7.0.2",
"semantic-release": "19.0.2",
"size-limit": "^7.0.0"
},
"keywords": [
"bmp",
"imagedata"
],
"publishConfig": {
"access": "public"
},
"esnext": "src/convert.mjs",
"size-limit": [
{
"path": "lib/convert.js",
"limit": "500 B"
},
{
"path": "lib/convert.mjs",
"limit": "500 B"
},
{
"path": "lib/worker.mjs",
"limit": "700 B"
}
]
}