UNPKG

gedcom-ts

Version:

A TypeScript library to create genealogy tree data model and to import/export data in a GEDCOM file (.ged).

30 lines (29 loc) 675 B
{ "name": "gedcom-ts", "version": "1.1.1", "description": "A TypeScript library to create genealogy tree data model and to import/export data in a GEDCOM file (.ged).", "author": "Bertrand Jaunet <bertrand.jaunet@gmail.com>", "license": "proprietary", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "pack": "tsc && npm pack", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^20.3.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.1.3" }, "keywords": [ "genealogy", "gedcom", ".ged", "tree", "typescript", "front-end", "web" ] }