UNPKG

samar-package

Version:
26 lines (25 loc) 599 B
{ "name": "samar-package", "version": "1.0.4", "description": "This is a first NPM PACKAGE", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/samar-abbas-786/Npm-Package.git" }, "keywords": [ "NPM" ], "author": "Samar Abbas", "license": "ISC", "bugs": { "url": "https://github.com/samar-abbas-786/Npm-Package/issues" }, "homepage": "https://github.com/samar-abbas-786/Npm-Package#readme", "dependencies": { "readline-sync": "^1.4.10" } }