mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"name": "@dougal/user",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@dougal/user",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@dougal/organisations": "file:../organisations"
|
|
}
|
|
},
|
|
"../organisations": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@dougal/organisations": {
|
|
"resolved": "../organisations",
|
|
"link": true
|
|
}
|
|
}
|
|
}
|