Skip to content

Instantly share code, notes, and snippets.

@cindywu
Created January 30, 2023 23:35
Show Gist options
  • Save cindywu/6a75b9b8e2c25161ab6cb98e25e716c7 to your computer and use it in GitHub Desktop.
Save cindywu/6a75b9b8e2c25161ab6cb98e25e716c7 to your computer and use it in GitHub Desktop.
roman numeral package.json
{
"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