{
  "name": "@nautilus-wraith/hello-world",
  "version": "1.0.5",
  "description": "A simple hello world NPM package",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/dso-migrateme/test-publishing"
  },
  "author": "Nautilus Wraith",
  "license": "MIT",
  "scripts": {
    "test": "node --test"
  }
}
