UNPKG

askeroo

Version:

A modern CLI prompt library with flow control, history navigation, and conditional prompts

68 lines (67 loc) 1.88 kB
{ "name": "askeroo", "version": "0.0.0-alpha.16", "description": "A modern CLI prompt library with flow control, history navigation, and conditional prompts", "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" }, "./core": { "types": "./dist/src/core.d.ts", "import": "./dist/src/core.js" } }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.js.map" ], "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf ./dist/*", "dev": "tsc --watch", "example": "node scripts/run-example.js", "test": "npm run build && node dist/test.js --", "prepublishOnly": "npm run build", "release": "lerna publish", "release:from-package": "lerna publish from-package", "release:ci": "lerna publish from-package --yes", "release:conventional": "lerna publish --conventional-commits" }, "keywords": [ "cli", "prompt", "ink", "react", "typescript", "esm", "flow", "navigation", "interactive" ], "author": "", "license": "MIT", "dependencies": { "chalk": "^5.6.2", "ink": "^4.4.0", "marked": "^16.3.0", "react": "^18.2.0", "react-devtools-core": "^4.28.5", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.3.7", "lerna": "^9.0.0", "typescript": "^5.5.0" }, "engines": { "node": ">=18.0.0" }, "gitHead": "c068f646218a654f98f11c1b416225d2ed1236dd" }