{ "name": "node-data-modeling", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@git.cryto.net:joepie91/node-data-modeling.git" }, "keywords": [ "data", "modeling", "schema", "ddl", "typing", "validation" ], "author": "Sven Slootweg ", "license": "WTFPL", "devDependencies": { "benchmark": "^2.1.4", "chai": "^4.1.2", "mocha": "^5.2.0" }, "dependencies": { "capitalize": "^1.0.0", "create-error": "^0.3.1", "default-value": "^1.0.0", "filter-obj": "^1.1.0", "map-obj": "^2.0.0", "nanoid": "^1.2.0", "object-hash": "^1.3.0" } }