hello-world-tutorial-_-a-tutorial-on-how-to-create-a-npm-package.
Version:
create your first npm package!
19 lines (18 loc) • 397 B
JSON
{
"name": "hello-world-tutorial-_-a-tutorial-on-how-to-create-a-npm-package.",
"version": "1.0.2",
"description": "create your first npm package!",
"keywords": [
"tutorial",
"howto",
"help",
"start"
],
"license": "ISC",
"author": "turtle2285",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}