npm-package-first-try
Version:
My first package
22 lines (21 loc) • 447 B
JSON
{
"name": "npm-package-first-try",
"version": "1.0.7",
"description": "My first package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Dont",
"use",
"it",
"dont use it",
"dontUseIt"
],
"author": "willytec <willytect@gmail.com>",
"license": "MIT",
"engines": {
"node": ">= 9.0.0"
}
}