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.
25 lines
554 B
25 lines
554 B
{
|
|
"name": "chartmaker-be",
|
|
"version": "1.0.0",
|
|
"description": "chartmaker backend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.oat.zone/oat/chartmaker-be"
|
|
},
|
|
"author": "oatmealine",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.2",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"express-ws": "^5.0.2",
|
|
"hashids": "^2.2.10",
|
|
"multer": "^1.4.4",
|
|
"postgres": "^1.0.2"
|
|
}
|
|
}
|