mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 21:51:05 +03:00
12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"prettier": "2.8.8"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^106.0.1",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|