forked from masterking32/TC-Quest-Tracker
-
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) · 673 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 673 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": "tc-quest-tracker",
"version": "2.0.0",
"description": "TC-Quest-Tracker",
"homepage": "https://github.com/masterking32/TC-Quest-Tracker#readme",
"bugs": {
"url": "https://github.com/masterking32/TC-Quest-Tracker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masterking32/TC-Quest-Tracker.git"
},
"license": "ISC",
"author": "masterking32",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"daisyui": "^5.1.13"
}
}