mirror of
https://github.com/refact0r/midnight-discord.git
synced 2026-08-22 08:11:13 +02:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "systemtheme",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"dev": "node scripts/dev.js",
|
|
"serve": "node scripts/serve.js"
|
|
},
|
|
"author": "refact0r",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chokidar": "^3.6.0",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|