UNPKG

whether-image

Version:
58 lines (57 loc) 1.21 kB
{ "name": "whether-image", "version": "0.0.3", "description": "check a file whether image", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "files": [ "lib/**/*" ], "keywords": [ "image", "file", "photo", "picture", "pic", "jpg", "jpeg", "png", "gif", "webp", "tiff", "tif", "bmp", "is-image", "is-jpg", "is-png", "is-gif", "is-webp", "is-bmp" ], "author": "Hancel.Lin", "license": "MIT", "devDependencies": { "@types/jest": "^26.0.20", "@types/node": "^14.14.25", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.5.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/imlinhanchao/whether-image.git" }, "bugs": { "url": "https://github.com/imlinhanchao/whether-image/issues", "email": "imlinhanchao@gmail.com" }, "homepage": "https://github.com/imlinhanchao/whether-image#readme" }