@openmrs/esm-globals
Version:
59 lines • 1.5 kB
JSON
{
"name": "@openmrs/esm-globals",
"version": "9.0.2",
"license": "MPL-2.0",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./src/index.ts",
"default": "./dist/index.js"
},
"./src/public": {
"types": "./src/public.ts",
"default": "./dist/public.js"
}
},
"source": true,
"scripts": {
"build": "rimraf dist && concurrently \"swc --strip-leading-paths src -d dist\" \"tsc --project tsconfig.build.json\"",
"build:development": "rimraf dist && concurrently \"swc --strip-leading-paths src -d dist\" \"tsc --project tsconfig.build.json\"",
"typescript": "tsc --project tsconfig.build.json",
"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": "6.x"
},
"devDependencies": {
"@swc/cli": "^0.7.7",
"@swc/core": "^1.11.29",
"concurrently": "^9.1.2",
"rimraf": "^6.0.1",
"single-spa": "^6.0.3"
}
}