83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"name": "@thilawyn/thilalib",
|
|
"version": "0.1.21",
|
|
"type": "module",
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./Express": {
|
|
"types": "./dist/Express/index.d.ts",
|
|
"default": "./dist/Express/index.js"
|
|
},
|
|
"./TRPC": {
|
|
"types": "./dist/TRPC/index.d.ts",
|
|
"default": "./dist/TRPC/index.js"
|
|
},
|
|
"./Types": {
|
|
"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"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"default": "./dist/*.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"clean:cache": "rm -f tsconfig.tsbuildinfo",
|
|
"clean:dist": "rm -rf dist",
|
|
"clean:node": "rm -rf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"remeda": "^2.12.0",
|
|
"type-fest": "^4.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/schema": "^0.72.3",
|
|
"@tanstack/form-core": "^0.32.0",
|
|
"@trpc/server": "^10.45.2",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/ws": "^8.5.12",
|
|
"bun-types": "^1.1.27",
|
|
"effect": "^3.7.2",
|
|
"express": "^4.21.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mobx": "^6.13.2",
|
|
"npm-check-updates": "^17.1.1",
|
|
"npm-sort": "^0.0.4",
|
|
"openai": "^4.60.0",
|
|
"tsup": "^8.2.4",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5.6.2",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|