manifold/common/package.json
Forrest Wolf 7f9b0557c4
Reorganize verify scripts (#589)
* Update verify to match check for functions

* Give each subdirectory a verify:dir script
2022-06-28 12:46:25 -07:00

17 lines
307 B
JSON

{
"name": "common",
"version": "1.0.0",
"private": true,
"scripts": {
"verify": "(cd .. && yarn verify)",
"verify:dir": "npx eslint . --max-warnings 0"
},
"sideEffects": false,
"dependencies": {
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.178"
}
}