mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-01 04:04:25 +03:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "3.4.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "node ./scripts/run-in-packages npm run lint",
|
|
"test": "node ./scripts/run-in-packages npm run test"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
}
|