@valjoux/eta
Version:
Simplistic timer
41 lines • 894 B
JSON
{
"name": "@valjoux/eta",
"version": "0.4.4",
"description": "Simplistic timer",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@palett/presets": "^0.12.28",
"@valjoux/timestamp": "^0.4.4",
"@valjoux/timestamp-pretty": "^0.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/valjoux.git"
},
"keywords": [
"timer",
"chronograph",
"timing"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/valjoux"
},
"homepage": "https://github.com/hoyeungw/valjoux#readme",
"gitHead": "792790a75c6068fe0d36507ff0e74a895939783f",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/eta.test.js"
}
}