mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
21 lines
347 B
JSON
21 lines
347 B
JSON
{
|
|
"name": "test-pkg",
|
|
"version": "2.2.2",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "test-pkg",
|
|
"version": "2.2.2",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"test-pkg": "."
|
|
}
|
|
},
|
|
"node_modules/test-pkg": {
|
|
"resolved": "",
|
|
"link": true
|
|
}
|
|
}
|
|
}
|