Files

38 lines
865 B
JSON

{
"name": "timezone-mock",
"version": "1.4.2",
"description": "A JavaScript library to mock the local timezone.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Jimbly/timezone-mock.git"
},
"keywords": [
"timezone",
"mock",
"date",
"dst",
"daylight",
"saving",
"savings",
"time"
],
"author": "Jimb Esser (https://github.com/Jimbly/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jimbly/timezone-mock/issues"
},
"homepage": "https://github.com/Jimbly/timezone-mock",
"devDependencies": {
"@types/node": "^25.0.9",
"eslint": "^6.8.0",
"tsx": "^3.14.0",
"typescript": "^5.9.3"
},
"scripts": {
"test": "node tests/test-all-js.js && tsc && tsx tests/test-types.ts",
"lint": "eslint index.js"
}
}