0.1.17 #18
84
package.json
84
package.json
@@ -8,64 +8,40 @@
|
|||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"types": "./dist/index.d.ts",
|
||||||
"types": "./dist/index.d.ts",
|
"default": "./dist/index.js"
|
||||||
"default": "./dist/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/index.d.cts",
|
|
||||||
"default": "./dist/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./Layers": {
|
"./Express": {
|
||||||
"import": {
|
"types": "./dist/Express/index.d.ts",
|
||||||
"types": "./dist/Layers/index.d.ts",
|
"default": "./dist/Express/index.js"
|
||||||
"default": "./dist/Layers/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/Layers/index.d.cts",
|
|
||||||
"default": "./dist/Layers/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./Schema": {
|
"./TRPC": {
|
||||||
"import": {
|
"types": "./dist/TRPC/index.d.ts",
|
||||||
"types": "./dist/Schema/index.d.ts",
|
"default": "./dist/TRPC/index.js"
|
||||||
"default": "./dist/Schema/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/Schema/index.d.cts",
|
|
||||||
"default": "./dist/Schema/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"./Schema/MobX": {
|
|
||||||
"import": {
|
|
||||||
"types": "./dist/Schema/MobX/index.d.ts",
|
|
||||||
"default": "./dist/Schema/MobX/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/Schema/MobX/index.d.cts",
|
|
||||||
"default": "./dist/Schema/MobX/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"./Schema/TanStackForm": {
|
|
||||||
"import": {
|
|
||||||
"types": "./dist/Schema/TanStackForm/index.d.ts",
|
|
||||||
"default": "./dist/Schema/TanStackForm/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/Schema/TanStackForm/index.d.cts",
|
|
||||||
"default": "./dist/Schema/TanStackForm/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./Types": {
|
"./Types": {
|
||||||
"import": {
|
"types": "./dist/Types/index.d.ts",
|
||||||
"types": "./dist/Types/index.d.ts",
|
"default": "./dist/Types/index.js"
|
||||||
"default": "./dist/Types/index.js"
|
},
|
||||||
},
|
"./Schema": {
|
||||||
"require": {
|
"types": "./dist/Schema/index.d.ts",
|
||||||
"types": "./dist/Types/index.d.cts",
|
"default": "./dist/Schema/index.js"
|
||||||
"default": "./dist/Types/index.cjs"
|
},
|
||||||
}
|
"./Schema/MobX": {
|
||||||
|
"types": "./dist/Schema/MobX/index.d.ts",
|
||||||
|
"default": "./dist/Schema/MobX/index.js"
|
||||||
|
},
|
||||||
|
"./Schema/TanStackForm": {
|
||||||
|
"types": "./dist/Schema/TanStackForm/index.d.ts",
|
||||||
|
"default": "./dist/Schema/TanStackForm/index.js"
|
||||||
|
},
|
||||||
|
"./JSONWebToken": {
|
||||||
|
"types": "./dist/JSONWebToken.d.ts",
|
||||||
|
"default": "./dist/JSONWebToken.js"
|
||||||
|
},
|
||||||
|
"./OpenAIClient": {
|
||||||
|
"types": "./dist/OpenAIClient.d.ts",
|
||||||
|
"default": "./dist/OpenAIClient.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user