@kevinmarrec/cloudstack-taze-config
Version:
Opinionated Taze config.
36 lines (35 loc) • 815 B
JSON
{
"name": "@kevinmarrec/cloudstack-taze-config",
"type": "module",
"version": "1.0.0-rc.8",
"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": "tsup --clean --dts --format esm src/index.ts"
},
"peerDependencies": {
"taze": ">=18.0.0"
}
}