mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
typeorm 0.3, Dockerfile optmizations
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "markov-discord",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"description": "A conversational Markov chain bot for Discord",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production pm2 start --no-daemon dist/index.js",
|
||||
"start:ts": "ts-node src/index.ts",
|
||||
"build": "rimraf dist && tsc",
|
||||
"lint": "tsc --noEmit && eslint **/*.ts *.js",
|
||||
"lint": "tsc --noEmit && eslint .",
|
||||
"docker:build": "docker build . -t charlocharlie/markov-discord:latest --target deploy",
|
||||
"docker:run": "docker run --rm -ti -v $(pwd)/config:/usr/app/config charlocharlie/markov-discord:latest",
|
||||
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
|
||||
@@ -45,13 +45,13 @@
|
||||
"erlpack": "github:discord/erlpack",
|
||||
"fs-extra": "^10.0.1",
|
||||
"json5": "^2.2.1",
|
||||
"markov-strings-db": "^4.1.5",
|
||||
"markov-strings-db": "^4.2.0",
|
||||
"pino": "^7.9.2",
|
||||
"pino-pretty": "^7.6.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"simple-eta": "^3.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"typeorm": "^0.2.45",
|
||||
"typeorm": "^0.3.3",
|
||||
"utf-8-validate": "^5.0.9",
|
||||
"zlib-sync": "^0.1.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user