UNPKG

crc64-ecma

Version:

Calculate CRC64/XZ hashes for NodeJS.

40 lines (39 loc) 814 B
{ "name": "crc64-ecma", "version": "2.0.0", "description": "Calculate CRC64/XZ hashes for NodeJS.", "license": "GPL-2.0", "author": "AkiVer", "homepage": "https://github.com/akiver/crc64-ecma", "repository": { "type": "git", "url": "https://github.com/akiver/crc64-ecma.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "crc", "crc64", "crc64/xz" ], "scripts": { "build": "tsc", "compile": "tsc --noEmit", "dev": "tsc --watch", "format": "prettier --write \"**\"", "t": "npm run test", "test": "vitest run", "tw": "vitest --watch" }, "devDependencies": { "prettier": "3.3.3", "typescript": "5.6.3", "vitest": "2.1.4" }, "engines": { "node": ">=10.8.0" } }