-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.47 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.47 KB
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
29
30
{
"name": "check-id-mlbb",
"version": "1.0.0",
"description": "[](https://github.com/caliph91/check-id-mlbb/stargazers) [](https://github.com/caliph91/check-id-mlbb/network/members) [](https://github.com/caliph91/check-id-mlbb/issues) [](https://github.com/caliph91/check-id-mlbb/blob/main/LICENSE) [](https://nodejs.org/) [](https://cekidml.caliph.dev)",
"homepage": "https://github.com/cabrata/check-id-mlbb#readme",
"bugs": {
"url": "https://github.com/cabrata/check-id-mlbb/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabrata/check-id-mlbb.git"
},
"license": "ISC",
"author": "cabrata",
"type": "commonjs",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@tailwindcss/cli": "^4.0.15",
"axios": "^1.8.4",
"express": "^4.21.2",
"tailwindcss": "^4.0.15"
},
"devDependencies": {}
}