0
0
Fork 0
Quote-Bracket/server/package.json
dependabot[bot] 9997614f5b
Bump axios from 0.21.1 to 0.21.2 in /server
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 05:35:51 +00:00

44 lines
1 KiB
JSON

{
"name": "quote-bracket",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -r dist; tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oliver-Akins/Quote-Bracket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oliver-Akins/Quote-Bracket/issues"
},
"homepage": "https://github.com/Oliver-Akins/Quote-Bracket#readme",
"dependencies": {
"@hapi/basic": "^6.0.0",
"@hapi/boom": "^9.1.3",
"@hapi/hapi": "^20.1.5",
"@types/hapi__basic": "^5.1.2",
"@types/hapi__hapi": "^20.0.9",
"@types/node": "^16.3.1",
"axios": "^0.21.2",
"glob": "^7.1.7",
"joi": "^17.4.2",
"module-alias": "^2.2.2",
"path": "^0.12.7",
"toml": "^3.0.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/glob": "^7.1.4"
},
"_moduleAliases": {
"@": "./dist"
}
}