Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
d82417a00a2e985192189768cc38ab95911b9e2f
/
.
/
e2e
/
repo_mapping
/
lib
/
index.js
blob: b4ea6934dfbac10a8dd5f13ba5df7747baa7526c [
file
]
const
packageJson
=
require
(
'./package.json'
)
const
assert
=
require
(
'uvu/assert'
)
assert
.
is
(
2
+
2
,
4
)
module
.
exports
=
{
id
:
()
=>
`
$
{
packageJson
.
name
}
@$
{
packageJson
.
version
?
packageJson
.
version
:
'0.0.0'
}`,
}