UNPKG

@scaffdog/config

Version:
48 lines 1.13 kB
{ "name": "@scaffdog/config", "version": "4.1.0", "type": "module", "description": "A module to manipulate configs of scaffdog.", "keywords": [ "scaffdog", "markdown", "template" ], "homepage": "https://github.com/scaffdog/scaffdog/tree/main/packages/@scaffdog/config", "bugs": { "url": "https://github.com/scaffdog/scaffdog/issues" }, "repository": { "type": "git", "url": "https://github.com/scaffdog/scaffdog.git", "directory": "packages/@scaffdog/config" }, "license": "MIT", "author": "wadackel <wadackel@gmail.com>", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "dependencies": { "jiti": "^1.14.0", "zod": "^3.22.3", "@scaffdog/types": "4.1.0" }, "publishConfig": { "access": "public" }, "gitHead": "14824585829ad0b2093ef44b30f36fce3f4fd682", "scripts": { "typecheck": "tsc", "build": "unbuild", "test": "vitest run --dir src", "test:watch": "vitest watch --dir src" } }