smartinteract/package.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-20 00:11:22 +00:00
{
"name": "@pushrocks/smartinteract",
"private": false,
2020-08-31 19:25:26 +00:00
"version": "2.0.11",
2016-11-20 00:11:22 +00:00
"description": "smart cli interaction",
2020-08-31 19:23:51 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-11-20 00:11:22 +00:00
"scripts": {
2020-02-07 16:45:48 +00:00
"test": "(tstest test/)",
2020-08-31 19:23:51 +00:00
"build": "(tsbuild --web)"
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-08-31 19:23:51 +00:00
"@pushrocks/lik": "^4.0.17",
2020-02-02 13:45:59 +00:00
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.0.6",
2020-08-31 19:23:51 +00:00
"@types/inquirer": "^7.3.1",
"inquirer": "^7.3.3"
2016-11-20 00:11:22 +00:00
},
"devDependencies": {
2020-08-31 19:23:51 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
2020-02-02 13:45:59 +00:00
"tslint-config-prettier": "^1.18.0"
2020-02-07 16:36:35 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-08-31 19:23:51 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-07 16:36:35 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-08-31 19:23:51 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-02-07 16:36:35 +00:00
]
2020-08-31 19:25:26 +00:00
}