temporal-constants
Version:
Constants to compute with time units without magic numbers.
26 lines (25 loc) • 561 B
JSON
{
"name": "temporal-constants",
"version": "1.1.2",
"description": "Constants to compute with time units without magic numbers.",
"main": "temporal-constants.js",
"types": "temporal-constants.d.ts",
"keywords": [
"time",
"constant",
"temporal"
],
"author": "Adam Fanello",
"license": "MIT",
"scripts": {
"build": "tsc -d --strict temporal-constants.ts",
"prepublish": "npm run build"
},
"devDependencies": {
"typescript": "3.0.x"
},
"files": [
"temporal-constants.js",
"temporal-constants.d.ts"
]
}