23 lines
699 B
JSON
23 lines
699 B
JSON
{
|
|
"name": "@valkyriecoms/browser-image-resizer",
|
|
"version": "2024.1.0",
|
|
"description": "A browser-based utility to downscale and resize images using OffscreenCanvas",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": "Eric Nograles <grales@gmail.com>",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.6.12",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"esbuild": "^0.18.20",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js && tsc --project tsconfig.build.json",
|
|
"dev": "node build.js watch",
|
|
"test": "cd tests/vite-project && pnpm run dev"
|
|
},
|
|
"repository": "https://toastielab.dev/Valkyriecoms/browser-image-resizer.git"
|
|
}
|