1
Fork 0
shareable-configs/package.json

16 lines
239 B
JSON

{
"name": "shareable-configs",
"license": "Unlicense",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "turbo run lint"
},
"devDependencies": {
"turbo": "^1.10.7"
}
}