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.
26 lines
739 B
JSON
26 lines
739 B
JSON
{
|
|
"name": "merge-by-template",
|
|
"version": "0.1.4",
|
|
"main": "index.js",
|
|
"repository": "http://git.cryto.net/joepie91/merge-by-template.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^6.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@validatem/core": "^0.3.3",
|
|
"@validatem/default-to": "^0.1.0",
|
|
"@validatem/is-array": "^0.1.1",
|
|
"@validatem/is-boolean": "^0.1.1",
|
|
"@validatem/is-plain-object": "^0.1.1",
|
|
"@validatem/remove-nullish-items": "^0.1.0",
|
|
"@validatem/virtual-property": "^0.1.0",
|
|
"@validatem/wrap-path": "^0.1.0",
|
|
"default-value": "^1.0.0",
|
|
"fromentries": "^1.2.0",
|
|
"range": "^0.0.3"
|
|
}
|
|
}
|