-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 719 Bytes
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 719 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
{
"name": "hello-world",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"onlybuild": "file:../.."
}
},
"../..": {
"version": "1.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"dotenv": "16.4.5",
"globby": "14.0.1",
"parse-cmd-args": "5.0.2",
"tsx": "4.9.3"
},
"bin": {
"onlybuild": "dist/bin/index.js"
},
"devDependencies": {
"@types/node": "20.12.11",
"typescript": "5.4.5"
},
"engines": {
"node": ">=20.x"
}
},
"node_modules/onlybuild": {
"resolved": "../..",
"link": true
}
}
}