time-warp-manipulation
Version:
A TypeScript-based library for manipulating JavaScript time: freeze, fast-forward, rewind, or accelerate the clock.
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "time-warp-manipulation",
"displayName": "Time Warp - Time Manipulation Library",
"version": "1.1.1",
"description": "A TypeScript-based library for manipulating JavaScript time: freeze, fast-forward, rewind, or accelerate the clock.",
"type": "module",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"prepublishOnly": "npm run build",
"demo": "node __tests__/demo.js",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\""
},
"keywords": [
"time",
"date",
"freeze",
"fast-forward",
"rewind",
"accelerate",
"testing",
"time-travel"
],
"author": "Son Nguyen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hoangsonww/Time-Warp-Manipulation-Library.git"
},
"bugs": {
"url": "https://github.com/hoangsonww/Time-Warp-Manipulation-Library/issues"
},
"homepage": "https://github.com/hoangsonww/Time-Warp-Manipulation-Library#readme",
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"prettier": "^3.5.3",
"time-warp-manipulation": "^1.1.0"
}
}