dk-test-npm-module
Version:
A test module to understand how npm modules are created
17 lines (16 loc) • 327 B
JSON
{
"name": "dk-test-npm-module",
"version": "0.0.6",
"description": "A test module to understand how npm modules are created",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Test",
"DK",
"Module"
],
"author": "DK",
"license": "ISC"
}