1
Fork 0
shareable-configs/package.json

16 lines
239 B
JSON
Raw Normal View History

2022-12-02 10:47:58 +00:00
{
"name": "shareable-configs",
"license": "Unlicense",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "turbo run lint"
},
"devDependencies": {
2023-07-03 21:59:24 +00:00
"turbo": "^1.10.7"
2022-12-02 10:47:58 +00:00
}
}