2017-02-12 12:13:08 +00:00
|
|
|
{
|
2018-07-18 18:58:12 +00:00
|
|
|
"name": "@pushrocks/smartshell",
|
|
|
|
"private": false,
|
2019-05-28 09:14:33 +00:00
|
|
|
"version": "2.0.22",
|
2017-02-12 12:13:08 +00:00
|
|
|
"description": "shell actions designed as promises",
|
|
|
|
"main": "dist/index.js",
|
2017-03-08 15:51:02 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-02-12 12:13:08 +00:00
|
|
|
"scripts": {
|
2018-08-05 21:27:37 +00:00
|
|
|
"test": "(tstest test/)",
|
2018-07-30 14:19:38 +00:00
|
|
|
"build": "(tsbuild)"
|
2017-02-12 12:13:08 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartshell.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"shell",
|
|
|
|
"promise"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartshell/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
|
|
|
|
"devDependencies": {
|
2019-05-14 15:28:38 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
"@gitzone/tsrun": "^1.2.6",
|
2019-05-28 08:43:54 +00:00
|
|
|
"@gitzone/tstest": "^1.0.23",
|
2019-05-14 15:28:38 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
2019-05-19 20:41:20 +00:00
|
|
|
"@types/node": "^12.0.2",
|
2019-05-14 15:28:38 +00:00
|
|
|
"tslint": "^5.16.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2017-02-12 12:13:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-28 08:43:54 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
|
|
"@pushrocks/smartexit": "^1.0.15",
|
2019-05-14 15:28:38 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
2018-07-18 18:58:12 +00:00
|
|
|
"@types/which": "^1.3.1",
|
|
|
|
"which": "^1.3.1"
|
2017-02-12 12:13:08 +00:00
|
|
|
}
|
2019-05-23 21:29:36 +00:00
|
|
|
}
|