UNPKG

@agoric/time

Version:

Timestamps, time math, timer service API definition

65 lines (64 loc) 1.37 kB
{ "name": "@agoric/time", "version": "0.3.3-u20.0", "description": "Timestamps, time math, timer service API definition", "type": "module", "main": "index.js", "types": "index.js", "engines": { "node": "^18.12 || ^20.9" }, "scripts": { "build": "exit 0", "test": "ava", "test:xs": "exit 0", "lint": "run-s --continue-on-error lint:*", "lint:types": "tsc", "lint:eslint": "eslint .", "lint-fix": "yarn lint:eslint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Agoric/agoric-sdk.git" }, "keywords": [ "timestamp" ], "author": "Agoric", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Agoric/agoric-sdk/issues" }, "homepage": "https://github.com/Agoric/agoric-sdk#readme", "dependencies": { "@agoric/store": "^0.9.3-u20.0", "@endo/errors": "^1.2.10", "@endo/nat": "^5.1.0", "@endo/patterns": "^1.5.0" }, "devDependencies": { "@endo/far": "^1.1.11", "@endo/init": "^1.1.9", "ava": "^5.3.0" }, "ava": { "require": [ "@endo/init/debug.js" ], "files": [ "test/**/*.test.*" ] }, "files": [ "*.js", "NEWS.md", "src" ], "publishConfig": { "access": "public" }, "typeCoverage": { "atLeast": 88.75 }, "gitHead": "8e4207fa19dabf76c1f91f8779b5b5b93570ecea" }