{
  "name": "@keneanung/nexus-package-builder",
  "version": "1.5.0",
  "description": "Tool to create an Iron Realms Nexus native package from individual files",
  "author": "keneanung <keneanung@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keneanung/nexus-scripts.git",
    "directory": "packages/nexus-package-builder"
  },
  "main": "lib/index.js",
  "devDependencies": {
    "@keneanung/iron-realms-nexus-typings": "^1.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.19.43"
  },
  "scripts": {
    "build": "node ../../node_modules/@typescript/native/bin/tsc",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "jest --testLocationInResults --collect-coverage --config jestconfig.js",
    "watchTest": "jest --collect-coverage --config jestconfig.json --watch",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.ts\"",
    "prepublishOnly": "npm test && npm run lint && npm run build"
  },
  "files": [
    "bin/**/*",
    "lib/**/*",
    "!lib/**/__tests__/*",
    "resources/**/*"
  ],
  "types": "lib/index.d.ts",
  "dependencies": {
    "@jsbits/get-package-version": "^1.0.3",
    "commander": "^14.0.3",
    "js-yaml": "^5.2.3"
  },
  "bin": {
    "nexus-package-builder": "bin/nexus-package-builder.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d3a298e952c9de20e8a4e3ca960a6fe8d0f21386"
}
