xinquirer
Version:
Like Inquirer.js but for with dialog windows. node.js API and CLI to to ask user to enter data, dialogs on top of the current window.
58 lines (57 loc) • 1.44 kB
JSON
{
"name": "xinquirer",
"version": "0.0.4",
"description": "Like Inquirer.js but for with dialog windows. node.js API and CLI to to ask user to enter data, dialogs on top of the current window.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"bin": "bin/xinquirer.js",
"scripts": {
"build": "rm -rf dist && tsc && cp -rf src/assets dist/src",
"start": "electron",
"prepare": "npm run build",
"doc": "typedoc --options typedoc.ts",
"clean": "rm -rf docs dist",
"all": "npm run clean && npm install && npm run doc",
"test": "ts-node node_modules/.bin/jasmine "
},
"author": "Sebastián Gurin",
"license": "ISC",
"dependencies": {
"electron": "^2.0.0",
"hard-rejection": "^1.0.0",
"p-map-series": "^1.0.0",
"@types/node": "^10.0.8"
},
"devDependencies": {
"@types/jasmine": "^2.8.7",
"@types/p-map-series": "^1.0.1",
"@types/shelljs": "^0.7.9",
"glob": "^7.1.2",
"jasmine": "^3.1.0",
"shelljs": "^0.8.2",
"ts-node": "^6.0.3",
"typedoc": "^0.11.1",
"typescript": "^2.8.3",
"yargs-parser": "^10.0.0"
},
"files": [
"dist",
"bin",
"types"
],
"keywords": [
"inquirer",
"electron",
"data",
"input",
"UI",
"X",
"filechooser",
"dialogs",
"compatible",
"desktop",
"node.js",
"dialog"
],
"repository": "https://github.com/cancerberoSgx/xinquirer"
}