fix replugged install
This commit is contained in:
parent
f5f0637a56
commit
e6b31068e7
9 changed files with 3391 additions and 11 deletions
37
package.json
Normal file
37
package.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "theme-template",
|
||||
"version": "1.0.1",
|
||||
"description": "A theme to use animated profile pictures in discord without nitro!",
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"pnpm": ">=8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "replugged build theme",
|
||||
"watch": "replugged build theme --watch",
|
||||
"bundle": "replugged bundle theme",
|
||||
"release": "replugged release",
|
||||
"lint": "prettier ./src --check",
|
||||
"lint:fix": "prettier ./src --write"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": [
|
||||
{
|
||||
"name": "foxstorm1",
|
||||
"discordID": "789872551731527690",
|
||||
"github": "Yeetov"
|
||||
},
|
||||
{
|
||||
"name": "Pikai",
|
||||
"github": "beudave"
|
||||
}
|
||||
],
|
||||
"license": "GPL 3.0",
|
||||
"devDependencies": {
|
||||
"@parcel/config-default": "^2.9.3",
|
||||
"@parcel/core": "^2.9.3",
|
||||
"@types/node": "^18.17.6",
|
||||
"prettier": "^2.8.8",
|
||||
"replugged": "^4.6.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue