defaults-deep-ts
Version:
_.defaultsDeep with proper typescript typing
31 lines (30 loc) • 718 B
JSON
{
"name": "defaults-deep-ts",
"version": "0.2.3",
"description": "_.defaultsDeep with proper typescript typing",
"main": "dist/index.js",
"repository": "https://github.com/wix-incubator/defaults-deep-ts",
"scripts": {
"release": "node scripts/release",
"build": "tsc",
"test": "tsd __typings-tests__ && jest"
},
"keywords": [
"defaultsDeep",
"merge",
"typescript",
"ts"
],
"author": "Andy Kogut <mail@andykog.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.2.2",
"jest": "^26.0.1",
"semver": "^7.3.2",
"shell-utils": "^1.0.10",
"ts-jest": "^25.5.1",
"tsd": "^0.24.1",
"tslib": "^2.0.0",
"typescript": "^4.3.5"
}
}