@toreda/time
Version:
Simple, small footprint library for common time operations and converting between units of time.
83 lines (82 loc) • 2.22 kB
JSON
{
"name": "@toreda/time",
"version": "0.1.7",
"description": "Simple, small footprint library for common time operations and converting between units of time. ",
"main": "./dist/index",
"typings": "./dist/index.d.ts",
"sideEffects": false,
"directories": {
"test": "tests"
},
"scripts": {
"build": "yarn build:prod",
"build:prod": "yarn gulp --prod",
"build:dev": "yarn gulp --dev",
"test": "yarn jest --coverage --maxWorkers=50%",
"test:dev": "yarn jest --coverage=false --maxWorkers=50%",
"test:silent": "yarn jest --coverage=false --maxWorkers=50% --silent --verbose=false",
"make:docs": "yarn typedoc docs --categorizeByGroup false --entryPoints ./src/index.ts",
"make:depgraph": "yarn madge src/index.ts --image dependency-graph.png"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toreda/time.git"
},
"keywords": [
"time",
"timestamp",
"date",
"moment",
"moment.js",
"typescript",
"toreda"
],
"author": "Toreda, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/toreda/time/issues"
},
"resolutions": {
"glob-parent": "^5.1.2",
"nanoid": "^3.1.31",
"marked": "^4.0.10",
"postcss": "^8.2.13"
},
"prettier": "@toreda/prettier-config",
"homepage": "https://github.com/toreda/time#readme",
"devDependencies": {
"@swc/core": "^1.3.56",
"@swc/jest": "^0.2.26",
"@toreda/build-tools": "^0.8.0",
"@toreda/eslint-config": "^2.2.0",
"@toreda/log": "^0.6.16",
"@toreda/prettier-config": "^1.0.1",
"@toreda/strong-types": "^0.28.5",
"@toreda/types": "^2.16.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"jest": "^29.5.0",
"jest-sonar-reporter": "^2.0.0",
"madge": "^6.0.0",
"mockdate": "^3.0.5",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@toreda/log": "^0.6.16",
"@toreda/strong-types": "^0.28.5"
},
"dependencies": {
"marked": "^4.0.10",
"nanoid": "^3.1.31",
"postcss": "^8.2.13"
}
}