diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-06-29 20:59:16 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-06-29 20:59:16 +0200 |
commit | 914bcbb474f6f186c212b2da0d9d864b5e75d8e4 (patch) | |
tree | b77a3e341f87e7a9c4ad9e1f9d4928f5b2495329 /package.json | |
parent | 1c94bd658c2469f9ca9f465db82e71b6f7d2bfe8 (diff) | |
download | faunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.tar.gz faunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.tar.bz2 faunerie-914bcbb474f6f186c212b2da0d9d864b5e75d8e4.zip |
Rename to Faunerie
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c816b63..3c66aa5 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.0.4", "scripts": { "install": "cd updater && npm install && cd ..", - "postinstall": "echo \"============================\n\nThank you for developing on Prisbeam!\n\n- Run 'npm run build' to build TypeScript code\n- Run 'npm run debug' to start the application in debug mode\n- Run 'npm run debug-updater' to start Prisbeam Updater in debug mode\n- Run 'npm run release' to build the release application\n\n============================\"", + "postinstall": "echo \"============================\n\nThank you for developing on Faunerie!\n\n- Run 'npm run build' to build TypeScript code\n- Run 'npm run debug' to start the application in debug mode\n- Run 'npm run debug-updater' to start Faunerie Updater in debug mode\n- Run 'npm run release' to build the release application\n\n============================\"", "build": "cd src && tsc && cd ..", "debug": "npm run build && electron main.js", "debug-updater": "npm run build && cd updater && npx electron main.js && cd ..", @@ -13,7 +13,7 @@ "@electron/remote": "^2.1.2", "axios": "^1.6.7", "fuse.js": "^6.6.2", - "libprisbeam": "github:equestria-dev/libprisbeam", + "libfaunerie": "github:equestria-dev/libfaunerie", "sqlite3": "^5.1.7", "systeminformation": "^5.21.11" }, |