UNPKG

sudip-package

Version:

My first npm package. Don't try to use this in your project even if it contain some cool stuff for you in future, cause this is for testing.

26 lines (25 loc) 738 B
{ "name": "sudip-package", "version": "1.0.0", "description": "My first npm package. Don't try to use this in your project even if it contain some cool stuff for you in future, cause this is for testing.", "keywords": [ "Sudip", "imago", "intelligence" ], "homepage": "https://github.com/imsudipcreator/sudip-npm-package#readme", "bugs": { "url": "https://github.com/imsudipcreator/sudip-npm-package/issues" }, "repository": { "type": "git", "url": "git+https://github.com/imsudipcreator/sudip-npm-package.git" }, "license": "ISC", "author": "Sudip Mahata, Imago llc", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }