UNPKG

@dovenv/workspace

Version:

A dovenv plugin with utilities for the workspace

68 lines 1.49 kB
{ "name": "@dovenv/workspace", "version": "1.6.1", "description": "A dovenv plugin with utilities for the workspace", "keywords": [ "aio", "cli", "dev", "dovenv", "library", "pigeonposse", "pp", "theme", "utils", "workspace" ], "homepage": "https://dovenv.pigeonposse.com/guide/plugin/workspace", "bugs": { "url": "https://github.com/pigeonposse/dovenv/issues", "email": "dev@pigeonposse.com" }, "repository": { "type": "https", "url": "https://github.com/pigeonposse/dovenv/", "directory": "packages/plugin/workspace" }, "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" ], "devDependencies": { "@dovenv/core": "1.6.1", "@dovenv/repo-config": "1.6.1" }, "peerDependencies": { "@dovenv/core": "1.6.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "unbuild", "dev": "tsx examples/main.ts", "test": "vitest run -r src --passWithNoTests" } }