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