{
  "name": "@silexlabs/silex-plugins",
  "version": "1.4.0",
  "description": "Open architecture for Silex plugins",
  "main": "dist/es5/index.js",
  "module": "dist/es6/index.js",
  "types": "dist/es6/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "preversion": "yarn lint && yarn test && yarn build",
    "watch": "yarn test --watch",
    "build": "rimraf dist && tsc && tsc --build tsconfig.es5.json",
    "lint": "eslint src",
    "fix": "yarn lint --fix",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/silexlabs/silex-plugins.git"
  },
  "keywords": [
    "silex",
    "silex-plugin",
    "open-architecture",
    "plugin"
  ],
  "author": {
    "name": "Alex Hoyau",
    "url": "https://lexoyo.me/"
  },
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/silexlabs/silex-plugins/issues"
  },
  "homepage": "https://github.com/silexlabs/silex-plugins#readme",
  "dependencies": {
    "component-emitter": "^2.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-typescript": "^7.28.5",
    "@typescript-eslint/eslint-plugin": "^8.31.0",
    "@typescript-eslint/parser": "^8.31.0",
    "eslint": "^9.25.1",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3"
  }
}
