UNPKG

@kevinmarrec/cloudstack-taze-config

Version:
36 lines (35 loc) 778 B
{ "name": "@kevinmarrec/cloudstack-taze-config", "type": "module", "version": "1.0.0-rc.15", "description": "Opinionated Taze config.", "author": "Kevin Marrec <kevin@marrec.io>", "license": "MIT", "homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/taze-config#readme", "repository": { "type": "git", "url": "git+https://github.com/kevinmarrec/cloudstack.git", "directory": "packages/taze-config" }, "keywords": [ "cloudstack", "taze", "taze-config" ], "exports": { ".": { "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsdown" }, "peerDependencies": { "taze": ">=18.0.0" } }