eeg_internal/package.json

15 lines
341 B
JSON
Raw Normal View History

2024-02-10 00:18:21 +00:00
{
"name": "eeg_internal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tailwind": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tailwindcss": "^3.4.1"
}
}