{
    "name": "@finos/legend-extension-external-language-morphir",
    "version": "2.0.27",
    "description": "Legend extension for Morphir external language",
    "keywords": [
        "legend",
        "legend-extension",
        "external-language",
        "external-language-morphir",
        "morphir"
    ],
    "homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-extension-external-language-morphir",
    "bugs": {
        "url": "https://github.com/finos/legend-studio/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/finos/legend-studio.git",
        "directory": "packages/legend-extension-external-language-morphir"
    },
    "license": "Apache-2.0",
    "sideEffects": false,
    "type": "module",
    "exports": "./lib/index.js",
    "module": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "yarn clean && yarn build:ts",
        "build:ts": "tsc --project ./tsconfig.build.json",
        "clean": "npm-run-all clean:cache clean:lib",
        "clean:cache": "rimraf \"build\"",
        "clean:lib": "rimraf \"lib\"",
        "dev": "npm-run-all --parallel dev:ts",
        "dev:ts": "tsc --watch --preserveWatchOutput",
        "lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
        "publish:prepare": "node ../../scripts/release/preparePublishContent.js",
        "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
        "test": "jest",
        "test:watch": "jest --watch"
    },
    "dependencies": {
        "@finos/legend-application-studio": "workspace:*",
        "@finos/legend-graph": "workspace:*",
        "@finos/legend-shared": "workspace:*"
    },
    "devDependencies": {
        "@finos/legend-dev-utils": "workspace:*",
        "@jest/globals": "29.0.3",
        "cross-env": "7.0.3",
        "eslint": "8.24.0",
        "jest": "29.0.3",
        "npm-run-all": "4.1.5",
        "rimraf": "3.0.2",
        "sass": "1.55.0",
        "typescript": "4.8.3"
    },
    "publishConfig": {
        "directory": "build/publishContent"
    },
    "extensions": {
        "applicationStudioPlugin": "@finos/legend-application-studio-plugin-external-language-morphir"
    }
}
