UNPKG

zeus-time

Version:

Deterministic, cryptographically verifiable time hashing for Node, browser, and Expo/React Native.

67 lines (66 loc) 1.45 kB
{ "name": "zeus-time", "version": "0.3.0", "description": "Deterministic, cryptographically verifiable time hashing for Node, browser, and Expo/React Native.", "license": "Apache-2.0", "author": "TIMESync38", "repository": { "type": "git", "url": "https://github.com/TIMESync38/zeus-time.git" }, "keywords": [ "timestamp", "unix", "time", "zeus", "deterministic", "hash", "blake3", "sha256", "expo", "react-native", "web3", "iot", "security" ], "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "react-native": "dist/index.js", "exports": { ".": { "react-native": "./dist/index.js", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "files": [ "dist", "src", "LICENSE", "README.md" ], "scripts": { "build": "tsup", "test": "jest", "prepare": "npm run build" }, "dependencies": { "@noble/hashes": "^1.8.0" }, "devDependencies": { "@types/babel__core": "^7.20.5", "@types/babel__generator": "^7.27.0", "@types/babel__template": "^7.4.4", "@types/babel__traverse": "^7.28.0", "@types/estree": "^1.0.8", "@types/jest": "^29.5.14", "@types/node": "^25.2.3", "jest": "^29.7.0", "ts-jest": "^29.2.6", "tsup": "^8.0.2", "typescript": "^5.7.3" } }