0
0
Fork 0

Move everything for the server in to a server folder to make room for the site

This commit is contained in:
Oliver-Akins 2021-09-24 22:58:23 -06:00
parent 6a45152d8f
commit 33ca09808e
26 changed files with 8 additions and 6 deletions

View file

@ -1,43 +0,0 @@
{
"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.1",
"glob": "^7.1.7",
"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"
}
}