{ "name": "@push.rocks/smartjimp", "version": "1.0.7", "private": false, "description": "a tool fr working with images in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.8", "@types/node": "^20.10.0" }, "dependencies": { "@push.rocks/levelcache": "^3.0.3", "@push.rocks/smartfile": "^11.0.4", "@push.rocks/smarthash": "^3.0.4", "@push.rocks/smartpath": "^5.0.5", "@push.rocks/smartrequest": "^2.0.15", "@types/sharp": "^0.32.0", "sharp": "^0.32.6" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "type": "module", "browserslist": [ "last 1 chrome versions" ], "repository": { "type": "git", "url": "git+https://gitlab.com/push.rocks/smartjimp.git" }, "bugs": { "url": "https://gitlab.com/push.rocks/smartjimp/issues" }, "homepage": "https://gitlab.com/push.rocks/smartjimp#readme" }