{
  "name": "@comuns-rpgmaker/plugin-metadata",
  "version": "0.2.5",
  "description": "Automated tool for plugin metadata schema validation and generation",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "mocha",
    "test:coverage": "nyc --reporter=text --reporter=lcov npm run test"
  },
  "files": [
    "src",
    "schema"
  ],
  "bin": {
    "mz-mtdt": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/comuns-rpgmaker/plugin-metadata"
  },
  "keywords": [
    "rpgmaker",
    "rpgmakermz",
    "comuns-rpgmaker",
    "json",
    "schema",
    "metadata"
  ],
  "author": "comuns-rpgmaker",
  "license": "Zlib",
  "dependencies": {
    "ajv": "^6.12.6",
    "yaml": "^1.10.2",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "nyc": "^15.1.0"
  }
}
