UNPKG

auto-hash

Version:

automatically create hash info for files

52 lines (51 loc) 1.01 kB
{ "devDependencies": { "coveralls": "^3.1.1", "jest": "^29.6.4" }, "dependencies": { "minimist": "^1.2.8" }, "name": "auto-hash", "description": "automatically create hash info for files", "version": "1.0.3", "main": "./index.js", "types": "./index.d.ts", "directories": { "test": "test" }, "files": [ "bin", "index.d.ts", "index.js", "LICENSE", "README.md" ], "scripts": { "pretest": "git clean -xf test", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/gucheen/auto-hash.git" }, "keywords": [ "hash", "file-hash" ], "author": "guchengf@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/gucheen/auto-hash/issues" }, "homepage": "https://github.com/gucheen/auto-hash#readme", "bin": { "autohash": "./bin/autohash.js" }, "jest": { "collectCoverageFrom": [ "index.js" ], "coverageDirectory": "coverage" } }