-
Notifications
You must be signed in to change notification settings - Fork 208
/
package.json
45 lines (45 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
41
42
43
44
45
{
"name": "@openmrs/esm-globals",
"version": "5.8.1",
"license": "MPL-2.0",
"browser": "dist/openmrs-esm-globals.js",
"main": "src/index.ts",
"source": true,
"scripts": {
"build": "webpack --mode=production",
"build:development": "webpack --mode development",
"analyze": "webpack --mode=production --env analyze=true",
"typescript": "tsc",
"lint": "eslint src --ext ts,tsx"
},
"keywords": [
"openmrs",
"framework",
"frontend",
"ui",
"microfrontends"
],
"browserslist": [
"extends browserslist-config-openmrs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/openmrs/openmrs-esm-core.git"
},
"bugs": {
"url": "https://github.com/openmrs/openmrs-esm-core/issues"
},
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/fhir": "0.0.31"
},
"peerDependencies": {
"single-spa": "5.x"
},
"devDependencies": {
"single-spa": "^6.0.1"
}
}