facilmap/package.json

25 wiersze
497 B
JSON
Czysty Zwykły widok Historia

{
2021-02-28 22:17:26 +00:00
"name": "facilmap-root",
"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
],
"scripts": {
2021-03-25 20:03:39 +00:00
"lint": "eslint **/*.ts",
2021-04-15 21:26:10 +00:00
"clean": "yarn workspaces run clean",
"build": "yarn workspaces run build"
},
"devDependencies": {
2021-05-23 16:26:55 +00:00
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3"
2021-04-15 21:26:10 +00:00
},
"version": "0.0.0"
}