2020-04-24 21:08:15 +00:00
|
|
|
{
|
2021-02-28 22:17:26 +00:00
|
|
|
"name": "facilmap-root",
|
2020-04-24 21:08:15 +00:00
|
|
|
"private": true,
|
2021-02-28 22:17:26 +00:00
|
|
|
"workspaces": [
|
2021-04-15 21:26:10 +00:00
|
|
|
"types",
|
2021-02-28 22:17:26 +00:00
|
|
|
"client",
|
2021-04-15 21:26:10 +00:00
|
|
|
"utils",
|
2021-02-28 22:17:26 +00:00
|
|
|
"leaflet",
|
2021-04-15 21:26:10 +00:00
|
|
|
"frontend",
|
|
|
|
"server"
|
2021-02-28 22:17:26 +00:00
|
|
|
],
|
2020-04-24 21:08:15 +00:00
|
|
|
"scripts": {
|
2021-03-25 20:03:39 +00:00
|
|
|
"lint": "eslint **/*.ts",
|
2023-09-12 11:31:55 +00:00
|
|
|
"clean": "yarn workspaces foreach -v run clean",
|
|
|
|
"build": "yarn workspaces foreach -vt run build"
|
2020-04-24 21:08:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-06 23:13:51 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
|
|
"@typescript-eslint/parser": "^6.7.4",
|
2023-10-02 03:23:22 +00:00
|
|
|
"eslint": "^8.50.0",
|
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
2023-09-12 11:31:55 +00:00
|
|
|
"eslint-plugin-import": "^2.28.1"
|
2021-04-15 21:26:10 +00:00
|
|
|
},
|
2023-04-04 18:56:31 +00:00
|
|
|
"version": "0.0.0",
|
2023-09-12 11:31:55 +00:00
|
|
|
"packageManager": "yarn@3.6.3"
|
2020-04-24 21:08:15 +00:00
|
|
|
}
|