facilmap/package.json

23 wiersze
506 B
JSON

{
"name": "facilmap-root",
"private": true,
"workspaces": [
"client",
"frontend",
"leaflet",
"server",
"types",
"utils"
],
"scripts": {
"lint": "eslint **/*.ts",
"build": "cd client && yarn run build && cd ../leaflet && yarn run build && cd ../frontend && yarn run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1"
}
}