UNPKG

@xesam/timer

Version:

a simple javascript timer wrapper

37 lines (36 loc) 879 B
{ "name": "@xesam/timer", "version": "0.1.0", "description": "a simple javascript timer wrapper", "main": "index.js", "directories": { "test": "jest" }, "scripts": { "test": "jest", "format": "prettier --write ./src ./test" }, "repository": { "type": "git", "url": "git+https://github.com/xesam/timer.js.git" }, "keywords": [ "Timer", "CounterTimer", "CountDownTimer" ], "author": "xesam", "email": "xesamguo@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/xesam/timer.js/issues" }, "homepage": "https://github.com/xesam/timer.js#readme", "dependencies": { "mitt": "^3.0.1" }, "devDependencies": { "jest": "29.7.0", "prettier": "3.1.1" } }