enso/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
234 B
JSON
Raw Normal View History

2020-07-21 15:59:40 +03:00
{
"devDependencies": {
2023-01-27 03:09:09 +03:00
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"prettier": "2.8.8"
2022-10-04 05:51:27 +03:00
},
"dependencies": {
2023-01-27 03:09:09 +03:00
"chromedriver": "^106.0.1",
"typescript": "^4.9.4"
2020-07-21 15:59:40 +03:00
}
}