42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "contrition",
|
|
"version": "0.0.1",
|
|
"description": "A group of projects that will be used to manage appeals for punished users on [The Programmer's Hangout](https://discord.gg/programming).",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
|
|
"build": "ts-node --transpile-only src/index.ts",
|
|
"typeorm": "ts-node ./node_modules/typeorm/cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@dev.teamortix.com:222/hamza/contrition"
|
|
},
|
|
"author": "Hamza Ali",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/dotenv": "^8.2.0",
|
|
"axios": "^0.21.1",
|
|
"base64url": "^3.0.1",
|
|
"cors": "^2.8.5",
|
|
"discord-akairo": "^8.1.0",
|
|
"discord.js": "^12.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"prettier": "^2.3.2",
|
|
"reflect-metadata": "^0.1.10",
|
|
"sqlite3": "^5.0.0",
|
|
"typeorm": "0.2.29"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.9",
|
|
"@types/luxon": "^1.25.0",
|
|
"@types/node": "^8.10.66",
|
|
"concurrently": "^5.3.0",
|
|
"nodemon": "^2.0.6",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|