{
  "name": "new-theme-submission",
  "version": "1.0.0",
  "description": "Submit WordPress themes to WordPress.org with automated validation and submission",
  "main": "submit.js",
  "type": "commonjs",
  "scripts": {
    "test": "node submit.js test-theme"
  },
  "keywords": [
    "wordpress",
    "theme",
    "submission",
    "wordpress.org"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "archiver": "^6.0.0",
    "form-data": "^4.0.0",
    "node-fetch": "^2.7.0",
    "puppeteer": "^24.40.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
