{
  "name": "@jsreport/jsreport-assets",
  "version": "4.3.3",
  "description": "jsreport extension embedding static assets like fonts or helpers into the templates",
  "keywords": [
    "jsreport",
    "assets"
  ],
  "homepage": "https://jsreport.net/learn/assets",
  "repository": {
    "type": "git",
    "url": "git@github.com:jsreport/jsreport.git"
  },
  "license": "MIT",
  "author": "Jan Blaha",
  "files": [
    "lib",
    "static",
    "studio",
    "index.js",
    "jsreport.config.js"
  ],
  "scripts": {
    "build": "jsreport-studio-build",
    "lint": "standard",
    "prepublish": "jsreport-studio-build",
    "run": "npm run build && jsreport-studio-start --run-only",
    "start": "jsreport-studio-start",
    "test": "mocha test --timeout 8000 --exit && standard",
    "test:watch": "mocha test --watch"
  },
  "dependencies": {
    "@jsreport/office": "4.3.0",
    "async-replace-with-limit": "2.1.0",
    "enhanced-resolve": "5.8.2",
    "etag": "1.8.1",
    "js-string-escape": "1.0.1",
    "mime": "2.4.4",
    "minimatch": "5.1.8",
    "react-copy-to-clipboard": "5.0.2",
    "strip-bom-buf": "2.0.0"
  },
  "devDependencies": {
    "@jsreport/jsreport-core": "4.11.2",
    "@jsreport/jsreport-express": "4.3.3",
    "@jsreport/jsreport-handlebars": "4.1.1",
    "@jsreport/jsreport-jsrender": "4.1.0",
    "@jsreport/jsreport-scripts": "4.3.0",
    "@jsreport/studio-dev": "4.1.0",
    "binary-extensions": "1.12.0",
    "mocha": "11.7.5",
    "moment": "2.29.4",
    "should": "13.2.3",
    "standard": "16.0.4",
    "supertest": "3.3.0"
  },
  "engines": {
    "node": ">=22.18"
  },
  "standard": {
    "ignore": [
      "studio/main.js",
      "static/helpers.js",
      "test/helpers.js"
    ],
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  }
}
