Move vendors in a dedicated package

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-05-01 14:49:32 -07:00
parent f3344f2c87
commit 8b313c2cf4
12 changed files with 5883 additions and 2322 deletions

21
packages/vendors/package.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "@probo/vendors",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"files": [
"data.json",
"LICENSE.md"
],
"scripts": {
"build:md": "node scripts/build-md.mjs"
},
"exports": {
".": {
"types": "./data.d.ts",
"default": "./data.json"
}
},
"license": "CC BY-SA 4.0"
}