forked from wankdanker/node-object-mapper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.04 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.04 KB
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
42
43
44
45
46
47
48
49
50
{
"author": "Fork from object-mapper",
"name": "object-mapper-async",
"description": "Copy properties from one object to another supporting async functions",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com:rojasraul/node-object-mapper-async.git"
},
"scripts": {
"test": "jest --coverage",
"prettier:write": "prettier --write \"./{test,src}/**/*.js\"",
"lint:fix": "eslint --fix .",
"lint": "eslint ."
},
"devDependencies": {
"debug": "^2.2.0",
"jest": "^27.2.5",
"perf_hooks": "0.0.1",
"prettier": "^2.4.1"
},
"optionalDependencies": {},
"engines": {
"node": ">=6.0.0"
},
"contributors": [
{
"name": "Scott Switzer",
"email": "scott@switzer.org"
},
{
"name": "Dan VerWeire",
"email": "dverweire@gmail.com"
},
{
"name": "rafakato"
},
{
"name": "irnc"
},
{
"name": "scotthogan"
},
{
"name": "Raul Rojas",
"email": "raulrojash@hotmail.com"
}
]
}