smartinteract/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2016-11-20 00:11:22 +00:00
{
2023-07-10 00:56:26 +00:00
"name": "@push.rocks/smartinteract",
"private": false,
2023-07-13 13:58:40 +00:00
"version": "2.0.14",
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/)",
2023-07-13 12:07:12 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
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": {
2023-07-13 12:07:12 +00:00
"@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"
2016-11-20 00:11:22 +00:00
},
"devDependencies": {
2023-07-13 12:07:12 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.12"
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"
2023-07-13 12:07:12 +00:00
],
"type": "module"
2023-07-13 12:07:13 +00:00
}