{ "name": "is-file-animated", "version": "1.0.2", "description": "Detects animated images from file handles e.g. Blob/File or fs.FileHandle", "keywords": [ "animated", "animated gif", "animated image", "animated png", "animated webp", "animation", "apng", "gif", "png", "webp" ], "homepage": "https://github.com/saschanaz/is-file-animated", "bugs": { "url": "https://github.com/saschanaz/is-file-animated/issues" }, "repository": { "type": "git", "url": "https://github.com/saschanaz/is-file-animated.git" }, "license": "MIT", "author": "Kagami Rosylight ", "main": "lib/index.js", "types": "types/index.d.ts", "type": "module", "files": [ "lib", "types" ], "scripts": { "commit": "git-cz", "commit:retry": "git-cz --retry", "commitmsg": "commitlint -e", "release": "standard-version", "test": "standard && tape test/*.js | tap-spec", "test-ci": "standard && istanbul cover --report lcovonly -- tape test/*.js | tap-spec", "type": "tsc -p jsconfig.json" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "node_modules/@commitlint/prompt" } }, "devDependencies": { "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^7.5.0", "@commitlint/prompt": "^16.0.0", "@commitlint/travis-cli": "^16.0.2", "commitizen": "^4.2.4", "husky": "^1.3.1", "istanbul": "^0.4.3", "standard": "^15.0.1", "standard-version": "^9.3.2", "tap-spec": "^2.2.2", "tape": "^5.6.1", "typescript": "^4.9.4" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] } }