-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": "Wenfang Du",
"bugs": {
"url": "https://github.com/wenfangdu/pause-poll/issues"
},
"description": "Promisify setTimeout & setInterval",
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"homepage": "https://github.com/wenfangdu/pause-poll#readme",
"keywords": [
"async",
"await",
"Poll",
"Polling",
"Promise",
"Promisify",
"setInterval",
"setTimeout",
"TypeScript",
"Utility"
],
"license": "MIT",
"main": "src/main.js",
"name": "pause-poll",
"repository": {
"type": "git",
"url": "git+https://github.com/wenfangdu/pause-poll.git"
},
"scripts": {
"compile": "tsc",
"prepublishOnly": "tsc",
"test": "jest",
"watch": "tsc --watch"
},
"types": "src/main.d.ts",
"version": "0.0.30"
}