2016-11-20 00:11:22 +00:00
|
|
|
{
|
2018-07-25 14:58:18 +00:00
|
|
|
"name": "@pushrocks/smartinteract",
|
|
|
|
"private": false,
|
2020-02-02 13:46:00 +00:00
|
|
|
"version": "2.0.5",
|
2016-11-20 00:11:22 +00:00
|
|
|
"description": "smart cli interaction",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2018-07-25 14:58:18 +00:00
|
|
|
"test": "tsrun test/test.ts",
|
|
|
|
"testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)",
|
|
|
|
"build": "(npmts --notest)"
|
2016-11-20 00:11:22 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartinteract.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"interaction",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartinteract/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartinteract#README",
|
|
|
|
"dependencies": {
|
2020-02-02 13:45:59 +00:00
|
|
|
"@pushrocks/lik": "^3.0.13",
|
|
|
|
"@pushrocks/smartparam": "^1.1.6",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
|
|
|
"@types/inquirer": "^6.5.0",
|
|
|
|
"inquirer": "^7.0.4"
|
2016-11-20 00:11:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-02-02 13:45:59 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
|
|
"@pushrocks/tapbundle": "^3.2.0",
|
|
|
|
"tslint": "^6.0.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2016-11-20 00:11:22 +00:00
|
|
|
}
|
2018-07-25 14:58:18 +00:00
|
|
|
}
|