astro-ghostcms/.pnpm-store/v3/files/86/13d8a0ce1d7d5549735e07ad70d...

65 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@clack/prompts",
"version": "0.7.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/natemoo-re/clack",
"directory": "packages/prompts"
},
"bugs": {
"url": "https://github.com/natemoo-re/clack/issues"
},
"homepage": "https://github.com/natemoo-re/clack/tree/main/packages/prompts#readme",
"files": [
"dist",
"CHANGELOG.md"
],
"author": {
"name": "Nate Moore",
"email": "nate@natemoo.re",
"url": "https://twitter.com/n_moore"
},
"license": "MIT",
"keywords": [
"ask",
"clack",
"cli",
"command-line",
"command",
"input",
"interact",
"interface",
"menu",
"prompt",
"prompts",
"stdin",
"ui"
],
"packageManager": "pnpm@7.6.0",
"dependencies": {
"@clack/core": "^0.3.3",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
},
"devDependencies": {
"is-unicode-supported": "^1.3.0"
},
"bundledDependencies": [
"is-unicode-supported"
],
"scripts": {
"build": "unbuild"
}
}