mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-29 04:42:07 +01:00
Update build scripts, add gitignore, and update package.json
This commit is contained in:
68
package.json
68
package.json
@@ -1,41 +1,31 @@
|
||||
{
|
||||
"name": "betterteamspeaktheme",
|
||||
"description": "Better TeamSpeak5 Theme",
|
||||
"version": "1.0.0",
|
||||
"identifier": "de.dertyp.betterteamspeaktheme",
|
||||
"engines": {
|
||||
"teamspeak": 1
|
||||
},
|
||||
"homepage": "https://community.teamspeak.com",
|
||||
"docsUrl": "https://community.teamspeak.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/DerTyp7/better-teamspeak-theme.git"
|
||||
},
|
||||
"image": "logo.png",
|
||||
"license": "MIT",
|
||||
"author": "dertyp7 <dertyp7@tealfire.de> (https://tealfire.de)",
|
||||
"community": {
|
||||
"server": "tealfire.de"
|
||||
},
|
||||
"content": {
|
||||
"themes": [
|
||||
{
|
||||
"name": "BetterTeamSpeakTheme",
|
||||
"source": "BetterTeamSpeakTheme.css",
|
||||
"apiVersion": 1,
|
||||
"image": "logo.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/DerTyp7/better-teamspeak-theme/issues"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^9.0.0"
|
||||
}
|
||||
"name": "betterteamspeaktheme",
|
||||
"description": "Better TeamSpeak5 Theme",
|
||||
"version": "1.0.0",
|
||||
"identifier": "de.dertyp.betterteamspeaktheme",
|
||||
"engines": {
|
||||
"teamspeak": 1
|
||||
},
|
||||
"homepage": "https://community.teamspeak.com",
|
||||
"docsUrl": "https://community.teamspeak.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DerTyp7/better-teamspeak-theme"
|
||||
},
|
||||
"image": "logo.png",
|
||||
"license": "MIT",
|
||||
"author": "dertyp7 <dertyp7@tealfire.de> (https://tealfire.de)",
|
||||
"community": {
|
||||
"server": "tealfire.de"
|
||||
},
|
||||
"content": {
|
||||
"themes": [
|
||||
{
|
||||
"name": "BetterTeamSpeakTheme",
|
||||
"source": "BetterTeamSpeakTheme.css",
|
||||
"apiVersion": 1,
|
||||
"image": "logo.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user