@dovenv/utils
Version:
Utilities for dovenv
152 lines • 3.82 kB
JSON
{
"name": "@dovenv/utils",
"version": "1.4.7",
"description": "Utilities for dovenv",
"keywords": [
"aio",
"cli",
"codeimage",
"dovenv",
"library",
"media",
"node",
"pigeonposse",
"pp",
"process",
"qr",
"styles",
"terminal",
"utils"
],
"homepage": "https://dovenv.pigeonposse.com/guide/utils",
"bugs": {
"url": "https://github.com/pigeonposse/dovenv/issues",
"email": "dev@pigeonposse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/dovenv",
"directory": "packages/utils"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"license": "GPL-3.0",
"author": {
"name": "Angelo",
"email": "angelo@pigeonposse.com",
"url": "https://github.com/angelespejo"
},
"type": "module",
"exports": {
".": {
"import": "./dist/main.mjs",
"require": "./dist/main.cjs",
"types": "./dist/main.d.ts"
}
},
"main": "dist/main.mjs",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"dependencies": {
"@cfworker/json-schema": "4.1.1",
"@clack/core": "0.4.1",
"@clack/prompts": "0.10.0",
"@schemastore/package": "0.0.10",
"@vibrant/color": "4.0.0",
"ansi-align": "3.0.1",
"archiver": "7.0.1",
"badge-maker": "4.1.0",
"boxen": "8.0.1",
"chalk": "5.4.1",
"chroma-js": "3.1.2",
"cli-highlight": "2.1.11",
"columnify": "1.6.0",
"conf": "13.1.0",
"consola": "3.4.0",
"csv-parse": "5.6.0",
"csv-stringify": "6.5.2",
"decompress": "4.2.1",
"decompress-targz": "4.1.1",
"deepmerge-ts": "7.1.4",
"enquirer": "2.4.1",
"fast-xml-parser": "4.5.1",
"figlet": "1.8.0",
"figures": "6.1.0",
"github-directory-downloader": "1.3.6",
"globby": "14.1.0",
"gradient-string": "3.0.0",
"ini": "5.0.0",
"js-yaml": "4.1.0",
"json-schema-to-typescript-lite": "14.1.0",
"json-schema-to-zod": "2.6.0",
"log-update": "6.1.0",
"marked": "15.0.3",
"marked-terminal": "7.2.1",
"matcher": "5.0.0",
"node-localstorage": "3.0.5",
"npm-run-path": "6.0.0",
"open": "10.1.0",
"ora": "8.2.0",
"pngjs": "7.0.0",
"pretty-ms": "9.2.0",
"qrcode-terminal": "0.12.0",
"quantize": "1.0.2",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
"smol-toml": "1.3.1",
"string-width": "7.2.0",
"svgson": "5.3.1",
"table": "6.9.0",
"terminal-char-width": "1.0.11",
"terminal-link": "3.0.0",
"terminal-size": "4.0.0",
"tozod": "3.0.0",
"ts-json-schema-generator": "2.3.0",
"turndown": "7.2.0",
"unified": "11.0.5",
"yargs": "17.7.2",
"zod": "3.24.2",
"zod-to-json-schema": "3.24.2",
"zod-validation-error": "3.4.0",
"zodex": "0.18.2"
},
"devDependencies": {
"@types/ansi-align": "3.0.5",
"@types/archiver": "6.0.3",
"@types/chroma-js": "3.1.1",
"@types/columnify": "1.5.4",
"@types/decompress": "4.2.7",
"@types/figlet": "1.7.0",
"@types/gradient-string": "1.1.6",
"@types/ini": "4.1.1",
"@types/js-yaml": "4.0.9",
"@types/marked-terminal": "6.1.1",
"@types/mdast": "4.0.4",
"@types/node-localstorage": "1.3.3",
"@types/pngjs": "6.0.5",
"@types/qrcode-terminal": "0.12.2",
"@types/quantize": "1.0.2",
"@types/turndown": "5.0.5",
"@types/update-notifier": "6.0.8",
"@types/yargs": "17.0.33",
"mdast": "3.0.0",
"@dovenv/repo-config": "1.4.7"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"overrides": {
"marked": "15.0.3"
},
"scripts": {
"b": "tsup",
"build": "unbuild",
"dev": "tsx examples/main.ts",
"test": "vitest run -r src --passWithNoTests"
}
}