Created
January 30, 2023 23:35
-
-
Save cindywu/6a75b9b8e2c25161ab6cb98e25e716c7 to your computer and use it in GitHub Desktop.
roman numeral package.json
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": "leet-live", | |
"version": "1.0.0", | |
"description": "", | |
"main": "solution.js", | |
"scripts": { | |
"test": "jest" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"jest": "^29.4.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment