{ "name": "smartinteract", "version": "1.0.10", "description": "smart cli interaction", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)" }, "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": { "@types/inquirer": "0.0.35", "@types/q": "1.0.3", "inquirer": "^3.2.1", "lik": "^1.0.38", "q": "^1.5.0", "smartq": "^1.1.6", "typings-global": "^1.0.20" }, "devDependencies": { "tapbundle": "^1.1.1" } }