UNPKG

dummy-npm-package-kajal

Version:

This is for learning how to build and publish npm package

23 lines (22 loc) 605 B
{ "name": "dummy-npm-package-kajal", "version": "1.0.0", "description": "This is for learning how to build and publish npm package", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Developers-codz/npm-package-basics.git" }, "keywords": [ "PKG" ], "author": "Kajal Kumari", "license": "ISC", "bugs": { "url": "https://github.com/Developers-codz/npm-package-basics/issues" }, "homepage": "https://github.com/Developers-codz/npm-package-basics#readme" }