feat: first release
This commit is contained in:
commit
154eca70dd
8 changed files with 329 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": "0.0.0",
|
||||
"name": "@alecodes/tmpl-build-and-load",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": "./index.ts",
|
||||
"dependencies": {
|
||||
"@alecodes/bun-plugin-sass": "^0.1.3",
|
||||
"@alecodes/bun-static-builder": "^0.1.0",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue