-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 799 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 799 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
28
{
"name": "dhtc",
"version": "1.0.0",
"description": "[](https://github.com/nbdy/dhtc)",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss -i ./ui/static/css/input.css -o ./ui/static/css/style.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nbdy/dhtc.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/nbdy/dhtc/issues"
},
"homepage": "https://github.com/nbdy/dhtc#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.18",
"daisyui": "^5.5.14",
"playwright": "^1.49.1",
"tailwindcss": "^4.1.18"
}
}