You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
737 B
JSON

{
"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 <admin@cryto.net>",
"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"
}
}