UNPKG

@dovenv/convert

Version:
81 lines 1.83 kB
{ "name": "@dovenv/convert", "version": "1.6.2", "description": "Convert utils for dovenv", "keywords": [ "aio", "cli", "convert", "dovenv", "html", "jsdoc", "library", "markdown", "md", "media", "openapi", "pigeonposse", "pp" ], "homepage": "https://dovenv.pigeonposse.com/guide/plugin/convert", "bugs": { "url": "https://github.com/pigeonposse/dovenv/issues", "email": "dev@pigeonposse.com" }, "repository": { "type": "https", "url": "https://github.com/pigeonposse/dovenv/", "directory": "packages/plugin/convert" }, "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": { "types": "./dist/main.d.mts", "default": "./dist/main.mjs" } } }, "main": "dist/main.mjs", "module": "dist/main.mjs", "types": "dist/main.d.ts", "files": [ "dist" ], "dependencies": { "jsdoc-to-markdown": "9.1.3", "swagger2openapi": "7.0.8", "typedoc": "0.26.11", "typedoc-plugin-markdown": "4.2.10" }, "devDependencies": { "@types/jsdoc-to-markdown": "7.0.6", "@types/swagger2openapi": "7.0.4", "openapi-types": "12.1.3", "@dovenv/core": "1.6.2", "@dovenv/repo-config": "1.6.2" }, "peerDependencies": { "@dovenv/core": "1.6.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "unbuild", "check": "node ../../core/dist/bin.mjs check", "dev": "tsx examples/simple/main.ts", "test": "vitest run -r src --passWithNoTests" } }