@cshield/pro 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +43 -0
- package/package.json +29 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
ContractShield Pro/Enterprise License Agreement
|
|
2
|
+
Copyright (c) 2026 ContractShield
|
|
3
|
+
|
|
4
|
+
PROPRIETARY AND CONFIDENTIAL
|
|
5
|
+
|
|
6
|
+
This software and associated documentation files (the "Software") are
|
|
7
|
+
proprietary to ContractShield. Unauthorized copying, modification,
|
|
8
|
+
distribution, or use of this Software is strictly prohibited without
|
|
9
|
+
a valid commercial license.
|
|
10
|
+
|
|
11
|
+
TERMS AND CONDITIONS
|
|
12
|
+
|
|
13
|
+
1. LICENSE GRANT
|
|
14
|
+
Subject to payment of applicable fees and compliance with this Agreement,
|
|
15
|
+
ContractShield grants you a non-exclusive, non-transferable license to
|
|
16
|
+
use the Software for your internal business purposes.
|
|
17
|
+
|
|
18
|
+
2. RESTRICTIONS
|
|
19
|
+
You may not:
|
|
20
|
+
- Copy, modify, or distribute the Software
|
|
21
|
+
- Reverse engineer, decompile, or disassemble the Software
|
|
22
|
+
- Remove or alter any proprietary notices
|
|
23
|
+
- Sublicense the Software to third parties
|
|
24
|
+
- Use the Software to compete with ContractShield
|
|
25
|
+
|
|
26
|
+
3. INTELLECTUAL PROPERTY
|
|
27
|
+
ContractShield retains all rights, title, and interest in the Software.
|
|
28
|
+
|
|
29
|
+
4. WARRANTY DISCLAIMER
|
|
30
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
32
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
33
|
+
|
|
34
|
+
5. LIMITATION OF LIABILITY
|
|
35
|
+
IN NO EVENT SHALL CONTRACTSHIELD BE LIABLE FOR ANY CLAIM, DAMAGES
|
|
36
|
+
OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
|
|
37
|
+
|
|
38
|
+
6. TERMINATION
|
|
39
|
+
This license terminates automatically if you breach any terms.
|
|
40
|
+
Upon termination, you must destroy all copies of the Software.
|
|
41
|
+
|
|
42
|
+
To obtain a license, visit: https://contractshield.dev/pricing
|
|
43
|
+
Contact: license@contractshield.dev
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cshield/pro",
|
|
3
|
+
"version": "1.5.0",
|
|
4
|
+
"description": "ContractShield Pro - installs core + RASP + Learning Mode",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/zeekmartin/contractshield.git",
|
|
9
|
+
"directory": "pro/pro"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://contractshield.dev",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"api-security",
|
|
14
|
+
"rasp",
|
|
15
|
+
"learning-mode"
|
|
16
|
+
],
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@cshield/core": "workspace:*",
|
|
19
|
+
"@cshield/sink-rasp": "workspace:*",
|
|
20
|
+
"@cshield/learning": "workspace:*",
|
|
21
|
+
"@cshield/license-online": "workspace:*"
|
|
22
|
+
},
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=18.0.0"
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public"
|
|
28
|
+
}
|
|
29
|
+
}
|