64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smartinteract",
|
|
"private": false,
|
|
"version": "2.0.15",
|
|
"description": "A package for creating smart CLI interactions with customizable questions and answers.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartinteract.git"
|
|
},
|
|
"keywords": [
|
|
"CLI",
|
|
"interactive prompts",
|
|
"command line interface",
|
|
"user input handling",
|
|
"inquirer integration",
|
|
"CLI questions",
|
|
"CLI validations",
|
|
"CLI interactions",
|
|
"smart CLI",
|
|
"typescript"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartinteract/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartinteract",
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.15",
|
|
"@push.rocks/smartobject": "^1.0.12",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"@types/inquirer": "^9.0.7",
|
|
"inquirer": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.84",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.3.0"
|
|
},
|
|
"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"
|
|
} |