Adds initial progress
This commit is contained in:
commit
a0b668cb90
34 changed files with 2680 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "dsa-scheduler",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "main.ts",
|
||||
"scripts": {
|
||||
"build": "node ./build/build-cli.mjs",
|
||||
"watch": "node ./build/watch.mjs",
|
||||
"deploy": "node ./dist/deploy.js",
|
||||
"start": "node ./dist/main.js",
|
||||
"edge-start": "npm run deploy && npm run start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/better-sqlite3": "^7.6.12",
|
||||
"@types/log4js": "^0.0.33",
|
||||
"@types/node": "^22.13.9",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"discord.js": "^14.18.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"esbuild": "^0.25.0",
|
||||
"log4js": "^6.9.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue