76 lines
1.7 KiB
JSON
76 lines
1.7 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"
|
|
}
|
|
},
|
|
"./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.6.0",
|
|
"type-fest": "^4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.1.21",
|
|
"npm-check-updates": "^16.14.20",
|
|
"npm-sort": "^0.0.4",
|
|
"tsup": "^8.2.3",
|
|
"tsx": "^4.16.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"@effect/schema": "*",
|
|
"effect": "*",
|
|
"mobx": "*"
|
|
}
|
|
}
|