@ayka/strukt
Version:
A lightweight TypeScript library that simplifies the creation of structured data objects and classes. It provides a type-safe and flexible way to define classes with custom properties and initialization logic.
73 lines (72 loc) • 1.66 kB
JSON
{
"name": "@ayka/strukt",
"version": "1.0.0",
"description": "A lightweight TypeScript library that simplifies the creation of structured data objects and classes. It provides a type-safe and flexible way to define classes with custom properties and initialization logic.",
"keywords": [
"typescript",
"structured-data",
"type-safe",
"data-object",
"error",
"custom-errors",
"error-handling",
"data-structures"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreyMork/strukt.git"
},
"license": "MIT",
"type": "module",
"main": "./dist/main.js",
"exports": {
".": {
"import": {
"types": "./dist/main.d.ts",
"default": "./dist/main.js"
},
"require": {
"types": "./dist/main.d.cts",
"default": "./dist/main.cjs"
}
}
},
"files": [
"dist/"
],
"scripts": {
"prepack": "just prepack",
"test": "just test",
"preversion": "just full-check-strict prepack"
},
"packageManager": "pnpm@10.2.0",
"devDependencies": {
"@ayka/biome-config": "^1.1.0",
"@ayka/tsconfig": "^1.0.0",
"@biomejs/biome": "^1.9.4",
"@japa/expect": "^3.0.3",
"@japa/expect-type": "^2.0.3",
"@japa/runner": "^4.2.0",
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/typescript-checker": "^8.7.1",
"@types/node": "^22.13.1",
"c8": "^10.1.3",
"npm-check-updates": "^17.1.14",
"prettier": "^3.4.2",
"publint": "^0.3.3",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild"
]
}
}