Created
March 27, 2021 12:57
-
-
Save lucwj/63a5d6f538489b0974ba148b50ff1099 to your computer and use it in GitHub Desktop.
Tôi học nodejs như thế nào
This file contains 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": "demo-nodejs", | |
"version": "1.0.0", | |
"description": "Demo NodeJS", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Luc Duong", | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment