-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.05 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.05 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
51
{
"name": "@magic/deep",
"version": "0.1.20",
"author": "Wizards & Witches",
"description": "manipulate nested objects and arrays",
"homepage": "https://github.com/magic/deep",
"license": "AGPL-3.0",
"main": "src/index.js",
"types": "types/index.d.ts",
"module": "src/index.js",
"type": "module",
"scripts": {
"start": "t",
"build": "tsc && npm run format",
"prepublishOnly": "npm run build",
"test": "t",
"format": "f -w",
"format:check": "f",
"calls": "calls"
},
"engine": {
"node": ">=14.15.4"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/magic/deep.git"
},
"bugs": {
"url": "https://github.com/magic/deep/issues"
},
"files": [
"src",
"types"
],
"dependencies": {
"@magic/types": "0.1.30"
},
"devDependencies": {
"@magic/format": "0.0.68",
"@magic/test": "0.2.25",
"@types/node": "24.9.2",
"typescript": "5.9.3"
},
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}