{
  "name": "@jnxplus/common",
  "version": "2.3.0",
  "type": "commonjs",
  "main": "src/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": "Khalil LAGRIDA",
  "homepage": "https://github.com/gridatek/jnxplus/blob/main/packages/common/README.md",
  "bugs": {
    "url": "https://github.com/gridatek/jnxplus/issues"
  },
  "keywords": [
    "nx",
    "nx-workspace",
    "nx-plugin"
  ],
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@nx/devkit": ">= 22"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gridatek/jnxplus.git",
    "directory": "packages/common"
  },
  "types": "./src/index.d.ts"
}