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