is-sm
Version:
Creating a npm package
19 lines (18 loc) • 371 B
JSON
{
"name": "is-sm",
"version": "1.0.1",
"description": "Creating a npm package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@https://github.com/sinchanam2205/is-sm-npm-package"
},
"keywords": [
"SM"
],
"author": "Sinchana",
"license": "ISC"
}