UNPKG

@openmrs/esm-expression-evaluator

Version:

Utilities for evaluating user-defined expressions

55 lines 1.58 kB
{ "name": "@openmrs/esm-expression-evaluator", "version": "6.3.0", "license": "MPL-2.0", "description": "Utilities for evaluating user-defined expressions", "browser": "dist/openmrs-esm-expression-evaluator.js", "main": "src/index.ts", "source": true, "sideEffects": false, "scripts": { "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests --color", "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color", "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", "microfrontends" ], "directories": { "lib": "dist", "src": "src" }, "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": { "@jsep-plugin/arrow": "^1.0.5", "@jsep-plugin/new": "^1.0.3", "@jsep-plugin/numbers": "^1.0.1", "@jsep-plugin/regex": "^1.0.3", "@jsep-plugin/template": "^1.0.4", "@jsep-plugin/ternary": "^1.1.3", "jsep": "^1.3.9" }, "devDependencies": { "cross-env": "^7.0.3", "jest": "^29.7.0", "jest-cli": "^29.7.0" } }