mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor(schemas): move restic schemas to a subfolder
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user