@finos/legend-extension-format-morphir
Version:
Legend extension for Morphir format
62 lines • 2.08 kB
JSON
{
"name": "@finos/legend-extension-format-morphir",
"version": "1.0.58",
"description": "Legend extension for Morphir format",
"keywords": [
"legend",
"legend-extension",
"format-morphir",
"morphir"
],
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-extension-format-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-format-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": "23.1.1",
"@finos/legend-graph": "25.0.0",
"@finos/legend-shared": "8.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "2.0.48",
"@jest/globals": "29.5.0",
"cross-env": "7.0.3",
"eslint": "8.36.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"rimraf": "4.4.1",
"sass": "1.60.0",
"typescript": "5.0.2"
},
"publishConfig": {
"directory": "build/publishContent"
},
"extensions": {
"applicationStudioPlugin": "@finos/legend-application-studio-plugin-format-morphir"
}
}