Skip to content

Instantly share code, notes, and snippets.

@medfreeman
Created August 19, 2022 00:49
Show Gist options
  • Save medfreeman/b86615c74c04790f06a812776908e8cf to your computer and use it in GitHub Desktop.
Save medfreeman/b86615c74c04790f06a812776908e8cf to your computer and use it in GitHub Desktop.
Default base node.js package.json
{
"name": "$GITHUB_REPOSITORY_NAME",
"description": "$GITHUB_REPOSITORY_DESCRIPTION",
"keywords": [
"nodejs",
"esm"
],
"version": "1.0.0",
"license": "$GITHUB_REPOSITORY_LICENSE",
"author": "$AUTHOR",
"repository": "[email protected]:$GITHUB_REPOSITORY.git",
"homepage": "https://github.com/$GITHUB_REPOSITORY",
"bugs": "https://github.com/$GITHUB_REPOSITORY/issues",
"engines": {
"node": "^16.17.0 || ^18.7.0"
},
"packageManager": "$PACKAGE_MANAGER"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment