UNPKG

scanner-to-buffer

Version:
45 lines (44 loc) 1.11 kB
{ "name": "scanner-to-buffer", "version": "3.0.0", "description": "crossplatform scanning images", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint --fix \"src/**/*.ts\"", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run lint && git add -A src", "postversion": "git push && git push --tags", "test": "npm run build && ts-node ./test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/mateuszkitlas/scanner-to-buffer.git" }, "keywords": [ "scanner", "image", "tiff", "WIA", "docker", "SANE" ], "author": "mateusz.kitlas@gmail.com", "license": "ISC", "files": [ "lib/**/*" ], "devDependencies": { "@types/node": "^18.15.5", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "ts-node": "^10.9.1", "typescript": "^5.0.2" } }