smartdelay/package.json
2019-03-26 12:43:01 +01:00

33 lines
835 B
JSON

{
"name": "@pushrocks/smartdelay",
"private": false,
"version": "2.0.3",
"description": "timeouts for the async/await era, written in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"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.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.2.1",
"@gitzone/tstest": "^1.0.18",
"@types/node": "^11.11.7",
"tapbundle": "^2.0.2"
}
}