-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"type": "commonjs",
"types": "./@types/index.d.ts",
"name": "withpropsmerge",
"version": "1.2.2",
"description": "a react HOC for merging props",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"build:dev": "npx tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samislam/withPropsMerge.git"
},
"dependencies": {
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"lodash": "^4.17.21",
"mergerobjects": "^1.0.5",
"react": "^18.2.0",
"typescript": "^5.0.2",
"utility-types": "^3.10.0"
},
"keywords": [
"merge",
"props",
"react",
"react-props",
"merge-props",
"reactPropsMerge",
"props"
],
"author": "Islam Yamor",
"license": "ISC",
"bugs": {
"url": "https://github.com/samislam/withPropsMerge/issues"
},
"homepage": "https://github.com/samislam/withPropsMerge#readme"
}