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

36 lines
847 B
JSON
Raw Permalink Normal View History

2021-07-24 15:42:36 -06:00
{
"name": "nubian",
2021-07-24 15:42:36 -06:00
"version": "1.0.0",
"description": "Express backend for Khufu",
2021-08-14 17:55:14 -06:00
"main": "src/index.js",
2021-07-24 15:42:36 -06:00
"scripts": {
2021-08-14 17:55:14 -06:00
"start": "node src/index.js --no-warnings",
2021-11-07 02:14:48 +00:00
"start:dev": "nodemon src/index.js"
2021-07-24 15:42:36 -06:00
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Dunemask/nubian.git"
2021-07-24 15:42:36 -06:00
},
2021-08-14 17:58:22 -06:00
"author": "Dunemask",
"license": "LGPL-2.1",
2021-07-24 15:42:36 -06:00
"bugs": {
"url": "https://gitlab.com/Dunemask/nubian"
2021-07-24 15:42:36 -06:00
},
"homepage": "https://gitlab.com/Dunemask/nubian#readme",
2021-07-24 15:42:36 -06:00
"dependencies": {
"axios": "^0.21.1",
2021-11-07 02:14:48 +00:00
"chalk": "^4.1.2",
2021-07-24 15:42:36 -06:00
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
2021-11-07 02:14:48 +00:00
"figlet": "^1.5.2",
"moment": "^2.29.1",
2021-07-24 15:42:36 -06:00
"multer": "^1.4.2",
"path": "^0.12.7",
2021-11-07 02:14:48 +00:00
"pg-promise": "^10.11.1",
2021-11-18 00:21:58 +00:00
"postgres-migrations": "^5.3.0"
},
2021-11-07 02:14:48 +00:00
"devDependencies": {
"nodemon": "^2.0.14"
2021-07-24 15:42:36 -06:00
}
}