51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@push.rocks/smartdelay",
|
|
"private": false,
|
|
"version": "3.0.5",
|
|
"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 --allowimplicitany && tsbundle npm)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"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": {
|
|
"@push.rocks/smartpromise": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.66",
|
|
"@gitzone/tsbundle": "^2.0.8",
|
|
"@gitzone/tsrun": "^1.2.42",
|
|
"@gitzone/tstest": "^1.0.74",
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
|
"@types/node": "^20.4.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module"
|
|
}
|