kopia lustrzana https://github.com/FacilMap/facilmap
26 wiersze
554 B
JSON
26 wiersze
554 B
JSON
{
|
|
"name": "facilmap-root",
|
|
"private": true,
|
|
"workspaces": [
|
|
"types",
|
|
"client",
|
|
"utils",
|
|
"leaflet",
|
|
"frontend",
|
|
"server"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint **/*.ts",
|
|
"clean": "yarn workspaces foreach -v run clean",
|
|
"build": "yarn workspaces foreach -vt run build"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
|
"@typescript-eslint/parser": "^4.24.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-import": "^2.28.1"
|
|
},
|
|
"version": "0.0.0",
|
|
"packageManager": "yarn@3.6.3"
|
|
}
|