file-hasher
Version:
Node.js library for generating file hashes
40 lines (39 loc) • 924 B
JSON
{
"name": "file-hasher",
"version": "1.1.0",
"description": "Node.js library for generating file hashes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Martko/file-hasher.git"
},
"files": [
"dist/**/*"
],
"keywords": [
"hash",
"md5",
"file",
"file-hash",
"checksum"
],
"types": "dist/index.d.ts",
"author": "Martin Koidu <mkoidu@gmail.com>",
"license": "MIT License",
"bugs": {
"url": "https://github.com/Martko/file-hasher/issues"
},
"homepage": "https://github.com/Martko/file-hasher#readme",
"devDependencies": {
"@types/node": "^22.10.7",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.19.1",
"typescript": "^5.7.3"
}
}