UNPKG

@blocklet/images

Version:

support functions for blocklet image validation

54 lines (53 loc) 1.4 kB
{ "name": "@blocklet/images", "version": "1.17.11", "main": "lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "lib" ], "bugs": { "url": "https://github.com/ArcBlock/blocklet-server/issues" }, "description": "support functions for blocklet image validation", "keywords": [ "blocklet", "image", "validation" ], "author": "blocklet<blocklet@arcblock.io>", "homepage": "https://github.com/ArcBlock/blocklet-server#readme", "repository": { "type": "git", "url": "git+https://github.com/ArcBlock/blocklet-server.git" }, "scripts": { "verify": "npm run lint:fix && npm run coverage && npm run build", "lint": "eslint src tests", "lint:fix": "npm run lint -- --fix", "clean": "rm -fr lib", "build:blocklet-images": "tsc", "build": "tsc", "watch": "nodemon -w src -e ts -x 'npm run build'" }, "dependencies": { "@jimp/utils": "^1.6.0", "blurhash": "^2.0.5", "image-size": "^1.0.2", "image-type": "^4.1.0", "is-svg": "^4.3.2", "jimp": "^1.6.0" }, "devDependencies": { "@arcblock/eslint-config-ts": "^0.3.3", "@typescript/native-preview": "^7.0.0-dev.20251230.1", "eslint": "^8.27.0", "prettier": "^3.3.2", "ts-node": "^10.9.1" }, "gitHead": "cc36548a185965baa0f93cb93e167e5bb86c5720" }