mirror of
https://github.com/1f349/themes.git
synced 2024-11-09 22:32:48 +00:00
15 lines
252 B
JSON
15 lines
252 B
JSON
|
{
|
||
|
"name": "lavender",
|
||
|
"version": "0.0.1",
|
||
|
"main": "index.js",
|
||
|
"author": "MrMelon54",
|
||
|
"license": "GPL-3.0-only",
|
||
|
"scripts": {
|
||
|
"build":"go run .",
|
||
|
"dev": "go run . -watch"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tailwindcss": "^3.4.3"
|
||
|
}
|
||
|
}
|