modern-api.timer
Version:
Timer APIs based on Promise, setTimeout, setInterval
37 lines • 774 B
JSON
{
"name": "modern-api.timer",
"version": "0.2.0-beta.2",
"description": "Timer APIs based on Promise, setTimeout, setInterval",
"author": "sun0day",
"license": "ISC",
"main": "./dist/index.cjs",
"repository": {
"type": "git",
"url": "git+https://github.com/sun0day/modern-api.git",
"directory": "packages/timer"
},
"bugs": {
"url": "https://github.com/sun0day/modern-api/issues"
},
"keywords": [
"modern-api",
"web api",
"utils",
"timer",
"promise"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
}
}