Some checks failed
Publish package / build_and_publish (push) Failing after 20s
update workflows update workflows update workflows update workflows update config add cog config
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "@mini-strap/core",
|
|
"version": "0.0.1",
|
|
"module": "src/style.scss",
|
|
"type": "module",
|
|
"scripts": {
|
|
"ci:publish": "bun publish --production --frozen-lockfile --silent"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|