You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "slash-create-template",
|
|
"version": "1.0.0",
|
|
"description": "A template for slash-create",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"sync": "slash-up sync",
|
|
"sync:dev": "slash-up sync -e development",
|
|
"start": "cd dist && node index.js",
|
|
"build": "npx tsc",
|
|
"lint": "npx eslint --ext .ts ./src",
|
|
"lint:fix": "npx eslint --ext .ts ./src --fix"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.11.0",
|
|
"cat-loggr": "^1.1.0",
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^8.2.0",
|
|
"fastify": "^3.9.2",
|
|
"node-fetch": "^3.3.1",
|
|
"robert": "^2.6.5",
|
|
"slash-create": "^5.2.0",
|
|
"stream": "^0.0.2",
|
|
"undici": "^5.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.11",
|
|
"@types/node": "^14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"eslint": "^7.15.0",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-prettier": "^3.3.0",
|
|
"prettier": "^2.2.1",
|
|
"prisma": "^4.11.0",
|
|
"slash-up": "^1.0.11",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|