mini-strap/packages/components/package.json
aleidk 8739ee1b25
Some checks failed
Publish package / build_and_publish (push) Failing after 20s
chore: setup ci workflow
update workflows

update workflows

update workflows

update workflows

update config

add cog config
2024-10-24 12:58:32 -03:00

15 lines
310 B
JSON

{
"name": "@mini-strap/components",
"version": "0.0.1",
"module": "src/components.scss",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}