build(bun): init and install sass

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 21:54:18 +01:00
parent d25e04d8c7
commit f616d8f24e
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
6 changed files with 189 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "now",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"normalize.css": "^8.0.1",
"sass": "^1.80.6"
}
}