@nautilus-wraith/hello-world
Version:
A simple hello world NPM package
16 lines (15 loc) • 343 B
JSON
{
"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"
}
}