@aurbi/tiny-composite-builder
Version:
Small framework for taking base objects and adding extensions using a builder pattern, but with full and strict compile-time type support.
34 lines (33 loc) • 996 B
JSON
{
"name": "@aurbi/tiny-composite-builder",
"author": "aurbi <npm@arbi.in>",
"keywords": [
"definitely-typed",
"builder pattern"
],
"description": "Small framework for taking base objects and adding extensions using a builder pattern, but with full and strict compile-time type support.",
"version": "1.0.10",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist/*",
"build": "tsc",
"copy_defs": "cp src/*.d.ts dist/",
"prepack": "npm run clean && npm run copy_defs && npm run build",
"test": "vitest"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arbitar/tiny-composite-builder.git"
},
"bugs": {
"url": "https://github.com/arbitar/tiny-composite-builder/issues"
},
"homepage": "https://github.com/arbitar/tiny-composite-builder#readme"
}