@gamestdio/timer
Version:
Timing Events tied to @gamestdio/clock
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "@gamestdio/timer",
"version": "1.4.2",
"description": "Timing Events tied to @gamestdio/clock",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublishOnly": "tsc",
"test": "mocha --require ts-node/register test/**Test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colyseus/timer.git"
},
"keywords": [
"clock",
"timer",
"timer-events",
"interval",
"timeout",
"deltatime"
],
"author": "Endel Dreyer",
"contributors": [
"Andréas HANSS <contact@codingspark.io> (https://github.com/ScreamZ)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/colyseus/timer/issues"
},
"homepage": "https://github.com/colyseus/timer#readme",
"dependencies": {
"@gamestdio/clock": "^1.1.9"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"assert": "^2.1.0",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}