Skip to content

Instantly share code, notes, and snippets.

@zainzafar90
Created October 6, 2022 21:29
Show Gist options
  • Save zainzafar90/7f0c9be0bce67e1161488199b8a49818 to your computer and use it in GitHub Desktop.
Save zainzafar90/7f0c9be0bce67e1161488199b8a49818 to your computer and use it in GitHub Desktop.
A package.json file for turborepo like gradient
{
"name": "cli-gradient",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"chalk": "^5.1.0",
"gradient-string": "^2.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment