first commit
This commit is contained in:
commit
817b7cf4bc
838 changed files with 730686 additions and 0 deletions
22
node_modules/@alecodes/bun-static-builder/package.json
generated
vendored
Normal file
22
node_modules/@alecodes/bun-static-builder/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "@alecodes/bun-static-builder",
|
||||
"version": "0.1.0",
|
||||
"module": "src/index.ts",
|
||||
"bin": "src/cli.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"ci:publish": "bun publish --production --frozen-lockfile --silent"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mini-strap/core": "^0.1.2",
|
||||
"@types/bun": "latest",
|
||||
"@types/slug": "^5.0.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"sass": "^1.85.0",
|
||||
"slug": "^10.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue