{
  "name": "@jsreport/jsreport-fs-store",
  "version": "4.2.1",
  "description": "File system based templates store",
  "keywords": [
    "jsreport",
    "pdf"
  ],
  "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-fs-store",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jsreport/jsreport.git"
  },
  "license": "MIT",
  "author": {
    "name": "Jan Blaha"
  },
  "files": [
    "lib",
    "studio",
    "index.js",
    "jsreport.config.js"
  ],
  "scripts": {
    "build": "jsreport-studio-build",
    "prepublish": "jsreport-studio-build",
    "run": "npm run build && jsreport-studio-start --httpPort 5488 --run-only",
    "start": "jsreport-studio-start --httpPort 5488",
    "test": "set DEBUG=jsreport && mocha --timeout 5000 test && standard"
  },
  "dependencies": {
    "@jsreport/mingo": "2.4.2",
    "@jsreport/serializator": "1.1.0",
    "chokidar": "3.5.3",
    "lockfile": "1.0.4",
    "lodash.debounce": "4.0.8",
    "lodash.omit": "4.5.0",
    "mkdirp": "1.0.4",
    "node.extend.without.arrays": "1.1.6",
    "p-map": "4.0.0",
    "rimraf": "5.0.5",
    "socket.io": "4.8.1"
  },
  "devDependencies": {
    "@jsreport/jsreport-core": "4.11.1",
    "@jsreport/jsreport-express": "4.3.3",
    "@jsreport/studio-dev": "4.1.0",
    "del": "6.0.0",
    "lodash.once": "4.1.1",
    "mocha": "11.7.5",
    "should": "13.2.3",
    "sinon": "9.2.2",
    "socket.io-client": "4.8.1",
    "standard": "16.0.4"
  },
  "engines": {
    "node": ">=22.18"
  },
  "standard": {
    "ignore": [
      "studio/main.js"
    ],
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  }
}
