UNPKG

@withstudiocms/config-utils

Version:

Utilities for managing configuration files

67 lines 1.51 kB
{ "name": "@withstudiocms/config-utils", "version": "0.1.0-beta.4", "description": "Utilities for managing configuration files", "author": { "name": "withstudiocms", "url": "https://studiocms.dev" }, "repository": { "type": "git", "url": "git+https://github.com/withstudiocms/studiocms.git", "directory": "packages/@withstudiocms/config-utils" }, "contributors": [ "Adammatthiesen", "jdtjenkins", "dreyfus92", "code.spirit" ], "license": "MIT", "keywords": [ "astro-studiocms", "cms", "studiocms" ], "homepage": "https://studiocms.dev", "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./utils": { "types": "./dist/utils/index.d.ts", "default": "./dist/utils/index.js" }, "./types": { "types": "./dist/types.d.ts", "default": "./dist/types.js" } }, "type": "module", "dependencies": { "astro-integration-kit": "^0.19.0", "deepmerge-ts": "^7.1.5", "esbuild": "^0.25.8" }, "devDependencies": { "@types/node": "^22.0.0" }, "peerDependencies": { "astro": "^5.12.9" }, "scripts": { "build": "buildkit build 'src/**/*.{ts,astro,css,json,png}'", "dev": "buildkit dev 'src/**/*.{ts,astro,css,json,png}'", "test": "vitest", "typecheck": "tspc -p tsconfig.tspc.json" } }