iso8601-duration
Version:
Node/Js-module for parsing and making sense of ISO8601-durations
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "iso8601-duration",
"version": "2.1.2",
"description": "Node/Js-module for parsing and making sense of ISO8601-durations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "prettier --write .",
"test": "npm run lint && npm run unittests",
"unittests": "uvu -r ts-node/register test",
"tdd": "npx -y watchlist src test -- npm run unittests",
"compile": "tsc",
"prepublishOnly": "npm run compile",
"release-patch": "npx np patch",
"release-beta": "npx np --tag=beta"
},
"files": [
"lib/index.js",
"lib/index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tolu/ISO8601-duration.git"
},
"keywords": [
"ISO8601",
"duration",
"time"
],
"author": "Tobias Lundin",
"license": "MIT",
"bugs": {
"url": "https://github.com/tolu/ISO8601-duration/issues"
},
"homepage": "https://github.com/tolu/ISO8601-duration#readme",
"devDependencies": {
"prettier": "^2.6.2",
"@js-temporal/polyfill": "*",
"ts-node": "^10.7.0",
"typescript": "4.6.3",
"uvu": "^0.5.3"
}
}