UNPKG

730 BJSONView Raw
1{
2 "name": "delay-async",
3 "version": "1.2.0",
4 "description": "A Promise-based wrapper for setTimeout",
5 "main": "index.js",
6 "types": "./build/delayAsync.d.ts",
7 "scripts": {
8 "build": "rm -rf ./build && tsc",
9 "prepare": "yarn build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/expo/delay-async.git"
14 },
15 "files": [
16 "build",
17 "index.js"
18 ],
19 "keywords": [
20 "delay",
21 "wait",
22 "async",
23 "promise",
24 "setTimeout"
25 ],
26 "author": "support@expo.io",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/expo/delay-async/issues"
30 },
31 "homepage": "https://github.com/expo/delay-async#readme",
32 "devDependencies": {
33 "typescript": "^3.5.2"
34 }
35}