{
  "name": "sparnatural",
  "version": "12.2.1",
  "description": "Visual client-side SPARQL query builder and knowledge graph exploration tool",
  "main": "dist/js/index.js",
  "module": "dist/js/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/js/index.js",
      "require": "./dist/js/index.js",
      "types": "./dist/types/index.d.ts",
      "style": "./dist/browser/sparnatural.css",
      "sass": "./scss/sparnatural.scss"
    },
    "./dist/browser": "./dist/browser/sparnatural.js",
    "./scss/*": "./scss/*"
  },
  "style": "dist/browser/sparnatural.css",
  "files": [
    "dist",
    "scss"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build:lib": "tsc",
    "build:bundle": "webpack --config webpack.config.js --mode production",
    "build": "npm run clean && npm run build:lib && npm run build:bundle",
    "test": "jest",
    "build-dev": "rm -rf dist && webpack --mode development",
    "start": "webpack serve --hot --config webpack.config.js --mode development",
    "pretty": "prettier --write \"./src/**/*.{ts,js,json}\""
  },
  "keywords": [
    "knowledge graphs",
    "visual",
    "SPARQL",
    "RDF",
    "OWL",
    "SHACL",
    "query builder",
    "react",
    "angular",
    "Typescript"
  ],
  "homepage": "https://sparnatural.eu/",
  "bugs": {
    "url": "https://github.com/sparna-git/Sparnatural/issues"
  },
  "author": {
    "name": "Thomas Francart",
    "url": "https://github.com/tfrancart"
  },
  "contributors": [
    {
      "name": "Pascal Steiner",
      "url": "https://github.com/SteinerPascal"
    },
    {
      "name": "Antoine Dupré",
      "url": "https://github.com/antoine37120"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sparna-git/Sparnatural"
  },
  "license": "GNU LGPL-3.0",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@types/awesomplete": "^1.1.15",
    "@types/jest": "^29.4.0",
    "@types/jquery": "^3.5.14",
    "@types/leaflet": "1.9.8",
    "@types/n3": "^1.10.4",
    "@types/rdfjs__dataset": "^2.0.0",
    "@types/select2": "^4.0.55",
    "@types/sortablejs": "^1.13.0",
    "@types/sparqljs": "^3.1.3",
    "@types/streamify-string": "^1.0.0",
    "@webpack-cli/serve": "^1.6.1",
    "babel-loader": "^8.0.6",
    "babel-polyfill": "^6.26.0",
    "buffer": "^6.0.3",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "^3.1.0",
    "file-loader": "^6.2.0",
    "filemanager-webpack-plugin": "^8.0.0",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^29.4.0",
    "mini-css-extract-plugin": "^2.6.0",
    "prettier": "^2.6.2",
    "querystring-es3": "^0.2.1",
    "sass": "^1.79.2",
    "sass-loader": "^16.0.1",
    "stream-browserify": "^3.0.0",
    "ts-jest": "^29.4.0",
    "ts-loader": "^9.3.0",
    "typescript": "^4.9.5",
    "url": "^0.11.0",
    "url-loader": "^4.1.1",
    "util": "^0.12.4",
    "webpack": "^5.72.1",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-bundle-size-analyzer": "^3.1.0",
    "webpack-cli": "^4.9.2",
    "webpack-dashboard": "^3.3.7",
    "webpack-dev-server": "^4.9.1",
    "write-file-webpack-plugin": "^4.5.1"
  },
  "dependencies": {
    "@chenfengyuan/datepicker": "^1.0.10",
    "@comunica/query-sparql-rdfjs-lite": "^4.3.0",
    "@geoman-io/leaflet-geoman-free": "2.16.0",
    "@rdfjs/types": "^1.1.0",
    "awesomplete": "^1.1.5",
    "bootstrap": "^5.1.3",
    "chatgpt-md-translator": "^1.7.1",
    "jquery": "^3.6.0",
    "jquery-nice-select": "^1.1.0",
    "jstree": "^3.3.12",
    "leaflet": "1.9.4",
    "n3": "^1.3.5",
    "rdf-data-factory": "^1.1.2",
    "rdf-parse": "^2.1.0",
    "rdf-shacl-commons": "^0.3.3",
    "rdf-stores": "^1.0.0",
    "select2": "^4.0.13",
    "sortablejs": "^1.14.0",
    "sparqljs": "^3.7.1",
    "streamify-string": "^1.0.1",
    "tippy.js": "^6.3.5"
  }
}
