mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-20 00:25:23 +00:00
fix: I BROKE IT
This commit is contained in:
parent
57eaaf588b
commit
90c1895799
1 changed files with 47 additions and 1 deletions
48
package.json
48
package.json
|
|
@ -1 +1,47 @@
|
|||
{"name":"slack-zeon","version":"1.0.0","main":"src/index.ts","author":"Saahil <neon@saahild.com>","license":"MIT","scripts":{"start":"NODE_OPTIONS=\\"--max-old-space-size=4096\\" ts-node src/index.ts"},"dependencies":{"@js-temporal/polyfill":"^0.4.4","@keyv/sqlite":"^4.0.1","@sentry/node":"^8.41.0","@sentry/profiling-node":"^8.41.0","@slack/bolt":"^3.21.2","bcrypt":"^5.1.1","body-parser":"latest","cheerio":"latest","cors":"latest","croner":"^9.0.0","dotenv":"^16.4.5","eventsource":"latest","form-data":"^4.0.1","geo-tz":"^8.1.2","keyv":"^5.2.3","ms":"^2.1.3","nocodb-sdk":"^0.260.0","node-cron":"^3.0.3","node-ical":"^0.20.1","node-memwatch-new":"0.0.1","octokit":"^4.0.2","openai":"latest","rss":"^1.2.2","simple-json-db":"^2.0.0","smee-client":"^2.0.3","socket.io":"^4.8.1","stegcloak":"^1.1.1","ws":"^8.18.0"},"optionalDependencies":{},"devDependencies":{"@types/node":"^22.7.4","canvas":"^2.11.2","ts-node":"^10.9.2","typescript":"^5.5.4"}}
|
||||
{
|
||||
"name": "slack-zeon",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.ts",
|
||||
"author": "Saahil <neon@saahild.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "NODE_OPTIONS=\"--max-old-space-size=4096\" ts-node src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@js-temporal/polyfill": "^0.4.4",
|
||||
"@keyv/sqlite": "^4.0.1",
|
||||
"@sentry/node": "^8.41.0",
|
||||
"@sentry/profiling-node": "^8.41.0",
|
||||
"@slack/bolt": "^3.21.2",
|
||||
"bcrypt": "^5.1.1",
|
||||
"body-parser": "latest",
|
||||
"cheerio": "latest",
|
||||
"cors": "latest",
|
||||
"croner": "^9.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"eventsource": "latest",
|
||||
"form-data": "^4.0.1",
|
||||
"geo-tz": "^8.1.2",
|
||||
"keyv": "^5.2.3",
|
||||
"ms": "^2.1.3",
|
||||
"nocodb-sdk": "^0.260.0",
|
||||
"node-cron": "^3.0.3",
|
||||
"node-ical": "^0.20.1",
|
||||
"node-memwatch-new": "0.0.1",
|
||||
"octokit": "^4.0.2",
|
||||
"openai": "latest",
|
||||
"rss": "^1.2.2",
|
||||
"simple-json-db": "^2.0.0",
|
||||
"smee-client": "^2.0.3",
|
||||
"socket.io": "^4.8.1",
|
||||
"stegcloak": "^1.1.1",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.7.4",
|
||||
"canvas": "^2.11.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue