-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "gambling-room",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss -i ./src/input.css -o ./style/style.css",
"watch:css": "tailwindcss -i ./src/input.css -o ./style/style.css --watch",
"build-tailwind": "nodemon npm run build:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majtobijakodric/gambling-room.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/majtobijakodric/gambling-room/issues"
},
"homepage": "https://github.com/majtobijakodric/gambling-room#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.2.4",
"tailwindcss": "^4.2.4"
}
}