tell-me-when
Version:
human relative date and time parser
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "tell-me-when",
"description": "human relative date and time parser",
"repository": {
"type": "git",
"url": "https://github.com/jedwards1211/tell-me-when.git"
},
"bin": "./cli.js",
"homepage": "https://github.com/jedwards1211/tell-me-when",
"bugs": {
"url": "https://github.com/jedwards1211/tell-me-when/issues"
},
"author": "Andy Edwards",
"license": "MIT",
"keywords": [
"date",
"time",
"datetime",
"relative",
"natural-language"
],
"version": "1.2.0",
"sideEffects": false,
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.11.0",
"dependencies": {},
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.js"
},
"./*": {
"types": "./*.d.ts",
"import": "./*.mjs",
"default": "./*.js"
}
},
"@jcoreio/toolchain": {
"migratedVersion": "4.12.4"
}
}