You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
612 B
29 lines
612 B
{
|
|
"name": "vore-rpg",
|
|
"version": "0.0.0",
|
|
"description": "Vore RPG core",
|
|
"private": true,
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.5",
|
|
"discord-api-types": "^0.37.12",
|
|
"discord.js": "^14.5.0",
|
|
"dotenv": "^16.0.3",
|
|
"ts-postgres": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18": "^1.0.1",
|
|
"@types/pg": "^8.6.5",
|
|
"jest": "^29.1.2",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|
|
|