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.

19 lines
433 B

{
"name": "demoncord",
"version": "0.0.1-indev",
"description": "a devilesque client mod 😈",
"main": "src/index.js",
"scripts": {
"build": "node build.mjs"
},
"author": "Drake",
"license": "BSD-3-Clause",
"devDependencies": {
2 years ago
"demonpatcher": "^0.0.5",
"esbuild": "^0.14.10",
"esbuild-plugin-flow": "github:dalcib/esbuild-plugin-flow",
"flow-bin": "^0.169.0",
2 years ago
"idb-keyval": "^6.0.3"
}
}