73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "@push.rocks/smartjimp",
|
|
"version": "1.2.0",
|
|
"private": false,
|
|
"description": "A TypeScript library for image processing combining both sharp and jimp libraries.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"format": "gitzone format",
|
|
"build": "tsbuild",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsrun": "^2.0.3",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0",
|
|
"@types/pngjs": "^6.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/levelcache": "^3.2.2",
|
|
"@push.rocks/smartfile": "^13.1.3",
|
|
"@push.rocks/smarthash": "^3.2.7",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartrequest": "^5.0.1",
|
|
"jimp": "^1.6.1",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"license",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"type": "module",
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartjimp.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/push.rocks/smartjimp/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartjimp",
|
|
"keywords": [
|
|
"image processing",
|
|
"TypeScript",
|
|
"sharp",
|
|
"jimp",
|
|
"resize image",
|
|
"convert image format",
|
|
"image caching",
|
|
"buffer manipulation",
|
|
"AVIF",
|
|
"WEBP",
|
|
"PNG"
|
|
],
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
}
|