UNPKG
ham-tools-package
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
1.0.0
Learning to create an npm package
ham-tools-package
/
package.json
16 lines
(15 loc)
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"ham-tools-package"
,
"version"
:
"1.0.6"
,
"description"
:
"Learning to create an npm package"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node test.js"
}
,
"keywords"
:
[
"ham-radio"
,
"test-package"
]
,
"author"
:
"A Flores"
,
"license"
:
"ISC"
}