squiggle/package.json

15 lines
266 B
JSON
Raw Normal View History

2022-02-06 18:40:28 +00:00
{
"private": true,
"name": "squiggle",
"scripts": {
2022-03-23 23:56:38 +00:00
"nodeclean": "rm -r node_modules && rm -r packages/*/node_modules"
2022-03-02 23:22:26 +00:00
},
"workspaces": [
"packages/*"
],
"resolutions": {
2022-04-04 06:58:05 +00:00
"@types/react": "^17.0.43"
},
2022-03-02 23:22:26 +00:00
"packageManager": "yarn@1.22.17"
}