Compare commits
3 Commits
8cb6f56947
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
7d3b416531
|
|||
|
2e92d5d5a8
|
|||
|
91b558197b
|
5
.npmrc
5
.npmrc
@@ -2,8 +2,5 @@
|
|||||||
# 1. Tell npm that @evercatch packages live on your server
|
# 1. Tell npm that @evercatch packages live on your server
|
||||||
@evercatch:registry=https://git.psmattas.com/api/packages/Evercatch/npm/
|
@evercatch:registry=https://git.psmattas.com/api/packages/Evercatch/npm/
|
||||||
|
|
||||||
# 2. Set the registry for publishing
|
# 2. Setup Auth using an Environment Variable
|
||||||
registry=https://git.psmattas.com/api/packages/Evercatch/npm/
|
|
||||||
|
|
||||||
# 3. Setup Auth using an Environment Variable
|
|
||||||
//git.psmattas.com/api/packages/Evercatch/npm/:_authToken=${GITEA_TOKEN}
|
//git.psmattas.com/api/packages/Evercatch/npm/:_authToken=${GITEA_TOKEN}
|
||||||
|
|||||||
25
LICENSE
25
LICENSE
@@ -1,8 +1,21 @@
|
|||||||
Copyright (c) 2026 Evercatch. All rights reserved.
|
MIT License
|
||||||
|
|
||||||
This software and its source code are proprietary and confidential.
|
Copyright (c) 2026 Evercatch
|
||||||
Unauthorised copying, distribution, modification, or use of this software,
|
|
||||||
in whole or in part, via any medium, is strictly prohibited without the
|
|
||||||
prior written permission of Evercatch.
|
|
||||||
|
|
||||||
For licensing enquiries, contact: legal@evercatch.io
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|||||||
2302
package-lock.json
generated
Normal file
2302
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,12 @@
|
|||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish:public": "npm publish",
|
"release": "commit-and-tag-version",
|
||||||
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
"publish:gitea": "npm publish",
|
||||||
|
"publish:public": "npm publish --@evercatch:registry=https://registry.npmjs.org --access public",
|
||||||
|
"publish:all": "npm run publish:gitea && npm run publish:public"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"commit-and-tag-version": "^12.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user