UNPKG

sampple-testing

Version:

A simple Node.js utility that prints a test message to the console. Designed as a demonstration of package creation, npm publishing, and GitHub integration.

24 lines (23 loc) 706 B
{ "name": "sampple-testing", "version": "1.0.1", "description": "A simple Node.js utility that prints a test message to the console. Designed as a demonstration of package creation, npm publishing, and GitHub integration.", "main": "Main file", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sowmya-kancharla03/sample-testing.git" }, "keywords": [ "Sample", "Testing" ], "author": "Sowmya", "license": "ISC", "bugs": { "url": "https://github.com/sowmya-kancharla03/sample-testing/issues" }, "homepage": "https://github.com/sowmya-kancharla03/sample-testing#readme" }