diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b3777f9 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "feedaka", + "version": "0.1.0", + "description": "", + "main": "index.js", + "scripts": { + "build": "tailwindcss -i ./css/style.css -o ./static/style.css", + "watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch" + }, + "author": "nsfisis", + "license": "MIT", + "devDependencies": { + "tailwindcss": "^3.3.3" + } +} |
