UNPKG
my-example-lib
Version:
latest (1.0.0)
1.0.0
Exports a `value` string.
my-example-lib
/
package.json
15 lines
(14 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"author"
:
"Josh Goldberg"
,
"description"
:
"Exports a `value` string."
,
"keywords"
:
[
"goldberg"
,
"josh"
,
"joshuakgoldberg"
,
"learning typescript"
,
"typescript"
]
,
"license"
:
"MIT"
,
"name"
:
"my-example-lib"
,
"version"
:
"1.0.0"
}