16 lines
238 B
JSON
16 lines
238 B
JSON
|
{
|
||
|
"name": "shareable-configs",
|
||
|
"license": "Unlicense",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"workspaces": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"lint": "turbo run lint"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"turbo": "^1.6.3"
|
||
|
}
|
||
|
}
|