{ "name": "@pushrocks/smartdelay", "private": false, "version": "2.0.13", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle npm)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartdelay.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartdelay/issues" }, "homepage": "https://gitlab.com/pushrocks/smartdelay#README", "dependencies": { "@pushrocks/smartpromise": "^3.0.6" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbundle": "^1.0.69", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.1", "@types/node": "^15.12.0", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }