Created
August 19, 2022 00:49
-
-
Save medfreeman/b86615c74c04790f06a812776908e8cf to your computer and use it in GitHub Desktop.
Default base node.js package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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