{
    "name": "myorders-extensions-indexer",
    "version": "0.0.4",
    "description": "Indexes installed extensions for Myorders Console.",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "publish:npm": "npm config set registry https://registry.npmjs.org/ && npm publish",
        "publish:github": "npm config set '@myorders:registry' https://npm.pkg.github.com/ && npm publish"
    },
    "keywords": [
        "myorders-extension-indexer",
        "myorders"
    ],
    "repository": "https://github.com/myorders/myorders-extension-indexer",
    "license": "MIT",
    "author": "Myorders Pte Ltd <hello@myorders.io>",
    "dependencies": {
        "broccoli-plugin": "^4.0.7",
        "fast-glob": "^3.2.11"
    }
}
