101 lines
2.5 KiB
JSON
101 lines
2.5 KiB
JSON
{
|
|
"name": "@thilawyn/thilalib",
|
|
"version": "0.1.16",
|
|
"type": "module",
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"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"
|
|
}
|
|
},
|
|
"./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"
|
|
}
|
|
},
|
|
"./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"
|
|
}
|
|
},
|
|
"./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"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"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.0"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/schema": "^0.72.2",
|
|
"@prisma/studio-server": "^0.502.0",
|
|
"@tanstack/form-core": "^0.30.0",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"bun-types": "^1.1.26",
|
|
"effect": "^3.7.2",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mobx": "^6.13.1",
|
|
"npm-check-updates": "^17.1.1",
|
|
"npm-sort": "^0.0.4",
|
|
"openai": "^4.57.3",
|
|
"tsup": "^8.2.4",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|