2017-02-12 12:13:08 +00:00
|
|
|
{
|
2018-07-18 18:58:12 +00:00
|
|
|
"name": "@pushrocks/smartshell",
|
|
|
|
"private": false,
|
2018-07-18 18:58:12 +00:00
|
|
|
"version": "1.0.20",
|
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-07-18 18:58:12 +00:00
|
|
|
"test": "(tsrun test/test.ts)",
|
|
|
|
"build": "(npmts)"
|
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": {
|
2018-07-18 18:58:12 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.9",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.1",
|
|
|
|
"@types/node": "^10.5.2"
|
2017-02-12 12:13:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-07-18 18:58:12 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@types/which": "^1.3.1",
|
|
|
|
"which": "^1.3.1"
|
2017-02-12 12:13:08 +00:00
|
|
|
}
|
|
|
|
}
|