mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
update package.json info
This commit is contained in:
parent
9f2d449527
commit
e2601e9116
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue