{
  "name": "@linkurious/ogma-linkurious-parser",
  "version": "4.3.5",
  "author": "Linkurious SAS",
  "description": "Parse and load a Linkurious visualization in Ogma with one line of code ",
  "files": [
    "dist/src/index.cjs",
    "dist/src/index.cjs.map",
    "dist/src/index.mjs",
    "dist/src/index.mjs.map",
    "dist/src/**/*.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "main": "./dist/src/index.cjs",
  "module": "./dist/src/index.mjs",
  "types": "./dist/src/index.d.ts",
  "engines": {
    "node": "24.14.1"
  },
  "exports": {
    ".": {
      "import": "./dist/src/index.mjs",
      "require": "./dist/src/index.cjs",
      "types": "./dist/src/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && vite build",
    "compile": "tsc && vite build",
    "clean": "rm -rf node_modules dist .nyc_output",
    "test": "mocha dist/tests/**/*.spec.js",
    "test:unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=.test-reporters.json dist/tests/**/*.spec.js",
    "coverage": "nyc --reporter=text-summary --reporter=cobertura --report-dir=../../reports/ogma-linkurious-parser npm run test:unit",
    "lint": "eslint --fix --ext .ts .",
    "lint:ci": "eslint --cache --cache-strategy content -f checkstyle -o reports/checkstyle.xml --ext .ts ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Linkurious/ogma-linkurious-parser.git"
  },
  "license": "Apache-2.0",
  "homepage": "",
  "dependencies": {
    "lodash": "4.18.1",
    "rxjs": "7.8.1",
    "sha1": "1.1.1"
  },
  "peerDependencies": {
    "@linkurious/ogma": "5.3.12"
  },
  "devDependencies": {
    "@linkurious/ogma": "5.3.12",
    "@linkurious/rest-client": "file:../rest-client",
    "@types/lodash": "4.17.24",
    "@types/sha1": "1.1.2",
    "tslib": "2.8.0",
    "vite": "5.4.10"
  }
}
