diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json index 6a1d3c1..bd49d5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "chibisafe", + "name": "hostess", "version": "4.0.2", - "description": "Blazing fast file uploader and bunker written in node! 🚀", + "description": "Hostess - Objectively the best, fastest, and most secure file host there is.", "license": "MIT", "author": { "name": "Pitu", @@ -14,7 +14,7 @@ "dev": "nodemon src/api/structures/Server", "migrate": "knex migrate:latest", "seed": "knex seed:run", - "restart": "pm2 restart chibisafe", + "restart": "pm2 restart hostess", "overwrite-config": "cross-env OVERWRITE_SETTINGS=true", "test:vue": "jest --testPathPattern=src/site", "test:api": "jest --testPathPattern=src/tests/api", @@ -24,10 +24,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/WeebDev/chibisafe" + "url": "https://github.com/Fuwn/Hostess" }, "bugs": { - "url": "https://github.com/WeebDev/chibisafe/issues" + "url": "https://github.com/Fuwn/Hostess/issues" }, "engines": { "node": ">=12.0.0" @@ -138,8 +138,9 @@ "delay": 2500 }, "keywords": [ - "chibisafe", - "lolisafe", + "hostess", + "strelizia", + "fuwn", "upload", "uploader", "file", |