{
  "name": "zeus-time",
  "version": "0.1.3",
  "description": "A next-gen, deterministic timekeeping standard. UNIX is dead. ZEUS lives.",
  "repository": {
    "type": "git",
    "url": "https://github.com/TIMESync38/zeus-time.git"
  },
  "keywords": [
    "timestamp",
    "unix",
    "time",
    "blockchain",
    "zeus",
    "deterministic",
    "next-gen"
  ],
  "author": "TIMESync38",
  "license": "Apache-2.0",
  "scripts": {
    "build": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"CommonJS\" }' rollup -c --bundleConfigAsCjs",
    "test": "jest",
    "prepare": "npm run build"
  },
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.14",
    "hash-wasm": "^4.12.0",
    "jest": "^29.7.0",
    "rollup": "^3.0.0",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "zeus-time": "^0.1.3"
  }
}
