update package.json info

This commit is contained in:
Milo Schwartz 2025-01-05 12:25:14 -05:00
parent 9f2d449527
commit e2601e9116
No known key found for this signature in database

View file

@ -3,6 +3,13 @@
"version": "1.0.0-beta.1",
"private": true,
"type": "module",
"description": "Tunneled Reverse Proxy Management Server with Identity and Access Control and Dashboard UI",
"homepage": "https://github.com/fosrl/pangolin",
"repository": {
"type": "git",
"url": "https://github.com/fosrl/pangolin"
},
"license": "SEE LICENSE IN LICENSE.md AND README.md",
"scripts": {
"dev": "NODE_ENV=development ENVIRONMENT=dev tsx watch server/index.ts",
"db:generate": "drizzle-kit generate",