mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: shared type package
This commit is contained in:
11
packages/schemas/package.json
Normal file
11
packages/schemas/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@ironmount/schemas",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"type": "module",
|
||||
"peerDependencies": {
|
||||
"arktype": ">=2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user