npm_my_1st
Version:
YanBin learn how to create a npm package.
19 lines (18 loc) • 334 B
JSON
{
"name": "npm_my_1st",
"version": "1.0.0",
"description": "YanBin learn how to create a npm package.",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test defined.\" && exit 1"
},
"keywords": [
"Hello",
"World",
"Yan",
"Bin",
"YanBin"
],
"author": "YanBin",
"license": "MIT"
}