2017-01-15 21:56:29 +00:00
|
|
|
{
|
2023-07-10 00:48:34 +00:00
|
|
|
"name": "@push.rocks/smartdelay",
|
2018-07-06 12:26:00 +00:00
|
|
|
"private": false,
|
2023-07-13 07:44:41 +00:00
|
|
|
"version": "3.0.3",
|
2017-01-15 21:56:29 +00:00
|
|
|
"description": "timeouts for the async/await era, written in TypeScript",
|
2020-05-27 16:06:07 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2017-01-15 21:56:29 +00:00
|
|
|
"scripts": {
|
2018-08-08 21:25:48 +00:00
|
|
|
"test": "(tstest test/)",
|
2023-04-05 14:31:34 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
2023-04-05 14:29:29 +00:00
|
|
|
"buildDocs": "tsdoc"
|
2017-01-15 21:56:29 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2017-01-16 13:54:08 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
|
|
|
|
"dependencies": {
|
2023-07-13 07:44:40 +00:00
|
|
|
"@push.rocks/smartpromise": "^4.0.2"
|
2017-01-16 13:54:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-10 21:13:11 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.66",
|
|
|
|
"@gitzone/tsbundle": "^2.0.8",
|
|
|
|
"@gitzone/tsrun": "^1.2.42",
|
2023-04-05 14:29:29 +00:00
|
|
|
"@gitzone/tstest": "^1.0.74",
|
2023-07-13 07:44:40 +00:00
|
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
2023-07-10 21:13:11 +00:00
|
|
|
"@types/node": "^20.4.1"
|
2019-11-03 16:11:24 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-05-27 16:06:07 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-11-03 16:11:24 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2021-06-04 12:11:27 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2023-04-05 14:29:29 +00:00
|
|
|
],
|
|
|
|
"type": "module"
|
2023-07-10 21:13:12 +00:00
|
|
|
}
|