{ "name": "@push.rocks/smartinteract", "private": false, "version": "2.0.14", "description": "smart cli interaction", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "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": { "@push.rocks/lik": "^6.0.2", "@push.rocks/smartobject": "^1.0.12", "@push.rocks/smartpromise": "^4.0.2", "@types/inquirer": "^9.0.3", "inquirer": "^9.2.7" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.74", "@push.rocks/tapbundle": "^5.0.12" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module" }