1
Fork 0
shareable-configs/package.json

16 lines
238 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": {
"turbo": "^1.6.3"
}
}