Skip to content
Snippets Groups Projects
package.json 2.34 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "holi-unified-api",
      "version": "1.0.0",
      "scripts": {
    
        "dev": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} DEBUG=1 mesh dev --port=4000",
    
        "start": "OKUNA_URL=${OKUNA_URL:-https://staging.unified.apis.holi.social/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-https://staging.unified.apis.holi.social/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-https://staging.unified.apis.holi.social/graphql} GEO_API_URL=${GEO_API_URL:-https://staging.unified.apis.holi.social/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-https://staging.unified.apis.holi.social/graphql} DEBUG=1 mesh dev --port=4000",
    
        "build": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} DEBUG=1 mesh build",
        "serve": "OKUNA_URL=${OKUNA_URL:-http://127.0.0.1:8000/graphql} DONATIONS_API_URL=${DONATIONS_API_URL:-http://127.0.0.1:8001/graphql} GOODNEWS_API_URL=${GOODNEWS_API_URL:-http://127.0.0.1:8002/graphql} GEO_API_URL=${GEO_API_URL:-http://127.0.0.1:8003/graphql} VOLUNTEERING_API_URL=${VOLUNTEERING_API_URL:-http://127.0.0.1:8004/graphql} DEBUG=1 ts-node server",
    
        "lint": "echo 'nothing to be linted ATM'",
    
        "test": "echo 'unit testing goes here'",
        "clean": "echo 'nothing to be done'",
        "clean:all": "rimraf node_modules"
      },
      "dependencies": {