You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
319 B

{
"name": "demoncord",
"version": "0.0.1-indev",
"description": "a devilesque client mod 😈",
"main": "src/index.js",
"scripts": {
"build": "esbuild src/index.js --bundle --outfile=dist/build.js"
},
"author": "Drake",
"license": "BSD-3-Clause",
"dependencies": {
"esbuild": "^0.14.10"
}
}