mirror of
https://github.com/franjsco/umbrello-api
synced 2024-12-12 00:45:19 +01:00
e058053062
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
36 lines
922 B
JSON
36 lines
922 B
JSON
{
|
|
"name": "umbrello-api",
|
|
"version": "0.1.0",
|
|
"description": "REST API for umbrello-bot",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "nodemon --exec babel-node src/server.js",
|
|
"build": "babel src --out-dir dist",
|
|
"serve": "node dist/server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/franjsco/umbrello-api.git"
|
|
},
|
|
"author": "franjsco",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/node": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"nodemon": "^1.19.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"dotenv": "^8.0.0",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.7.5",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|