UNPKG

@nautilus-wraith/hello-world

Version:
31 lines (30 loc) 548 B
{ "name": "@nautilus-wraith/hello-world", "version": "1.0.3", "description": "A simple hello world NPM package", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/nautilus-wraith/publish-npm" }, "files": [ "src", "README.md" ], "scripts": { "test": "node test/test.js" }, "keywords": [ "hello", "world", "example" ], "author": "", "license": "MIT", "dependencies": { "hello-world-npm": "^1.1.1" }, "publishConfig": { "access": "public" } }