Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from VxlerieUwU/master
Browse files Browse the repository at this point in the history
replugged: initial replugged support
  • Loading branch information
CorellanStoma authored Jul 22, 2023
2 parents 039992f + d6da54e commit c6d3b24
Show file tree
Hide file tree
Showing 2 changed files with 3,024 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "crearts-discord",
"version": "3.0.3",
"description": "CreArts is a customizable Discord theme that changes the appearance of Discord.",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"build": "replugged build theme",
"watch": "replugged build theme --watch",
"bundle": "replugged bundle theme",
"lint": "prettier ./src --check",
"lint:fix": "prettier ./src --write"
},
"keywords": [],
"author": "CorellanStoma",
"license": "MIT",
"devDependencies": {
"@parcel/config-default": "^2.8.3",
"@parcel/core": "^2.8.3",
"@types/node": "^18.15.11",
"prettier": "^2.8.7",
"replugged": "^4.4.2"
}
}
Loading

0 comments on commit c6d3b24

Please sign in to comment.