zoom-image-data
Version:
zoom-image-data
35 lines (34 loc) • 727 B
JSON
{
"name": "zoom-image-data",
"version": "3.0.0",
"description": "zoom-image-data",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"scripts": {
"build": "tsc -p tsconfig-cjs.json && tsc -p tsconfig-mjs.json",
"postbuild": "node rename.js",
"prepublishOnly": "npm run build"
},
"author": "",
"keywords": [
"zoom",
"ImageData"
],
"homepage": "https://github.com/rainbow853/zoom-image-data#readme",
"license": "ISC",
"devDependencies": {
"typescript": "^5.5.3"
},
"files": [
"dist"
],
"dependencies": {
"transfer-to-window": "^2.0.1"
}
}