mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "@ironmount/schemas",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"type": "module",
|
|
"peerDependencies": {
|
|
"arktype": ">=2"
|
|
}
|
|
}
|