This package provides the data used for isaozler.com.
To install this package, you can use npm or yarn:
npx jsr add @isaozler/dataUntil I figure out how to correctly setup JSR types you need to add the type definition reference to the tsconfig paths
...
"paths": [
...
"@isaozler/data": [
"node_modules/@isaozler/data/_dist/mod.d.ts"
],
...
]The package exports a JSON object containing data for various sections of the portfolio website. Here is an example of the structure:
{
"sections": [
"id": "section-id",
"title": "section-title",
"cards": [
// section data cards based on types
]
]
}