@agoric/time
Version:
Timestamps, time math, timer service API definition
65 lines (64 loc) • 1.4 kB
JSON
{
"name": "@agoric/time",
"version": "0.4.0",
"description": "Timestamps, time math, timer service API definition",
"type": "module",
"main": "index.js",
"types": "index.js",
"engines": {
"node": "^20.9 || ^22.11"
},
"scripts": {
"build": "exit 0",
"test": "ava",
"test:xs": "exit 0",
"lint": "yarn run -T run-s --continue-on-error 'lint:*'",
"lint:types": "yarn run -T tsc",
"lint:eslint": "yarn run -T 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.10.0",
"@endo/errors": "^1.2.13",
"@endo/nat": "^5.1.3",
"@endo/patterns": "^1.7.0"
},
"devDependencies": {
"@endo/far": "^1.1.14",
"@endo/init": "^1.1.12",
"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": "0922d0447ab8fae9d2d87415964403330b5ca313"
}