UNPKG

@diyawanna/my-first-package

Version:
27 lines (26 loc) 596 B
{ "name": "@diyawanna/my-first-package", "version": "1.0.1", "description": "My first npm test package", "main": "index.js", "types": "index.d.ts", "type": "module", "scripts": { "test": "echo \"No tests yet\"" }, "repository": { "type": "git", "url": "https://github.com/Diyawanna/my-first-package.git" }, "keywords": [ "Diyawanna", "Test", "first" ], "author": "@wsmr", "license": "MIT", "bugs": { "url": "https://github.com/Diyawanna/my-first-package/issues" }, "homepage": "https://github.com/Diyawanna/my-first-package#readme" }