@dovenv/examples
Version:
Tools for Examples files/directories for dovenv
68 lines • 1.6 kB
JSON
{
"name": "@dovenv/examples",
"version": "1.4.7",
"description": "Tools for Examples files/directories for dovenv",
"keywords": [
"aio",
"cli",
"dovenv",
"examples",
"library",
"pigeonposse",
"pp"
],
"homepage": "https://dovenv.pigeonposse.com/guide/plugin/examples",
"bugs": {
"url": "https://github.com/pigeonposse/dovenv/issues",
"email": "dev@pigeonposse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/dovenv",
"directory": "packages/plugin/examples"
},
"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": {
".": "./dist/main.mjs",
"./schema.json": "./schema.json"
},
"main": "dist/main.mjs",
"module": "dist/main.mjs",
"types": "dist/main.d.ts",
"files": [
"dist",
"schema.json"
],
"dependencies": {
"jsdoc-api": "9.3.4",
"leasot": "14.4.0"
},
"devDependencies": {
"@dovenv/core": "1.4.7",
"@dovenv/repo-config": "1.4.7"
},
"peerDependencies": {
"@dovenv/core": "1.4.7"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "unbuild",
"postbuild": "tsx build.schema.ts",
"dev": "tsx examples/simple/main.ts",
"example": "run() { tsx examples/\"${@:1}\"/main.ts; }; run $@",
"test": "vitest run -r src --passWithNoTests"
}
}