generated from crubier/starter-typescript-library-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@geospatial/root",
"version": "1.0.0",
"description": "Sterblue geospatial monorepo",
"repository": {
"type": "git",
"url": "https://github.com/sterblue/geospatial"
},
"homepage": "https://github.com/sterblue/geospatial",
"publishConfig": {
"access": "public"
},
"author": "Luis Calisto <[email protected]>",
"license": "MIT",
"dependencies": {
"esbuild": "0.11.19",
"typescript": "4.2.4"
},
"workspaces": [
"packages/*",
"www"
],
"scripts": {
"build:all": "node ./scripts/build.js",
"build": "yarn workspaces foreach run build",
"publish:all": "yarn workspaces foreach npm publish --tolerate-republish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.23.2"
},
"resolutions": {
"mmmagic": "0.5.3"
},
"packageManager": "[email protected]"
}