@ayka/domistrukt
Version:
A TypeScript library for creating structured data objects with ease.
74 lines (73 loc) • 1.56 kB
JSON
{
"name": "@ayka/domistrukt",
"version": "2.0.0-rc.31",
"description": "A TypeScript library for creating structured data objects with ease.",
"keywords": [
"typescript",
"structured-data",
"type-safe",
"data-object",
"error",
"custom-errors",
"error-handling",
"data-structures"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AndreyMork/domistrukt.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"
},
"dependencies": {
"immutable": "^5.0.3"
},
"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.1.0",
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/typescript-checker": "^8.7.1",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"fast-check": "^3.23.2",
"npm-check-updates": "^17.1.13",
"prettier": "^3.4.2",
"publint": "^0.3.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}