-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
29
30
31
32
33
{
"name": "bpsr-translator",
"version": "1.0.0",
"description": "**Blue Protocol: Star Resonance (BPSR) Real-time Packet-Sniffing Translator**",
"main": "tailwind.config.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enjay27/bpsr-translator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/enjay27/bpsr-translator/issues"
},
"homepage": "https://github.com/enjay27/bpsr-translator#readme",
"devDependencies": {
"autoprefixer": "^10.4.24",
"daisyui": "^5.5.19",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1"
},
"dependencies": {
"@tailwindcss/cli": "^4.2.1"
}
}