Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
e2e
/
webpack_devserver
/
mylib
/
index.js
blob: e4cb3f3b1d540963c6e87531d6bdbe4c0d80f845 [
file
] [
log
] [
blame
]
const
packageJson
=
require
(
'./package.json'
)
const
chalk
=
require
(
'chalk'
)
module
.
exports
=
{
name
:
()
=>
chalk
.
green
(
packageJson
.
name
),
}