diff options
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100755 index 0000000..e1e141d --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "garage", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "npx tailwindcss -i ./src/input.css -o ./public/style.css --minify --watch" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "tailwindcss": "^3.0.7" + } +} |