{
  "name": "@nexssp/plugin",
  "version": "1.1.2",
  "description": "Plugin system for not only the Nexss Programmer.",
  "types": "./index.d.ts",
  "files": [
    "index.esm.js",
    "index.js",
    "index.d.ts",
    "src/*"
  ],
  "exports": {
    ".": {
      "import": "./index.esm.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nexssp/plugin.git"
  },
  "scripts": {
    "test": "npx @nexssp/test"
  },
  "keywords": [
    "plugin system",
    "nexss",
    "nexss programmer"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@nexssp/ansi": "^1.2.2",
    "@nexssp/extend": "^2.0.9",
    "@nexssp/logdebug": "^1.1.0",
    "@nexssp/markdown": "^1.1.0",
    "fast-glob": "^3.3.3"
  }
}
