86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"name": "@thilawyn/thilalib",
|
|
"version": "0.1.8",
|
|
"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"
|
|
}
|
|
},
|
|
"./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"
|
|
}
|
|
},
|
|
"./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"
|
|
}
|
|
}
|
|
},
|
|
"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.11.0",
|
|
"type-fest": "^4.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/schema": "^0.71.0",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"bun-types": "^1.1.24",
|
|
"effect": "^3.6.4",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mobx": "^6.13.1",
|
|
"npm-check-updates": "^17.0.6",
|
|
"npm-sort": "^0.0.4",
|
|
"tsup": "^8.2.4",
|
|
"tsx": "^4.17.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|