prpm 0.0.10 → 0.0.11

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.
@@ -113,6 +113,15 @@
113
113
  "BSD-3-Clause"
114
114
  ]
115
115
  },
116
+ "license_text": {
117
+ "type": "string",
118
+ "description": "Full text of the license file for proper attribution"
119
+ },
120
+ "license_url": {
121
+ "type": "string",
122
+ "format": "uri",
123
+ "description": "URL to the license file in the repository"
124
+ },
116
125
  "repository": {
117
126
  "type": "string",
118
127
  "format": "uri",
@@ -131,6 +140,14 @@
131
140
  "format": "uri",
132
141
  "description": "Documentation URL"
133
142
  },
143
+ "organization": {
144
+ "type": "string",
145
+ "description": "Organization name or ID to publish this package under. If not specified, publishes to personal account.",
146
+ "examples": [
147
+ "my-team",
148
+ "my-company"
149
+ ]
150
+ },
134
151
  "tags": {
135
152
  "type": "array",
136
153
  "description": "Package tags for categorization",
@@ -353,6 +370,19 @@
353
370
  "README.md"
354
371
  ]
355
372
  },
373
+ {
374
+ "name": "@company/team-package",
375
+ "version": "1.0.0",
376
+ "description": "A package published under organization account",
377
+ "format": "cursor",
378
+ "author": "Team Name",
379
+ "organization": "my-company",
380
+ "license": "MIT",
381
+ "files": [
382
+ ".cursor/rules/guidelines.mdc",
383
+ "README.md"
384
+ ]
385
+ },
356
386
  {
357
387
  "name": "@username/cursor-rules",
358
388
  "version": "1.0.0",