This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/package.json

35 lines
847 B
JSON

{
"name": "nubian",
"version": "1.0.0",
"description": "Express backend for Khufu",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js --no-warnings",
"start:dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Dunemask/nubian.git"
},
"author": "Dunemask",
"license": "LGPL-2.1",
"bugs": {
"url": "https://gitlab.com/Dunemask/nubian"
},
"homepage": "https://gitlab.com/Dunemask/nubian#readme",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.2",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"figlet": "^1.5.2",
"moment": "^2.29.1",
"multer": "^1.4.2",
"path": "^0.12.7",
"pg-promise": "^10.11.1",
"postgres-migrations": "^5.3.0"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}