summaryrefslogblamecommitdiff
path: root/package.json
blob: 7966a2112029262a2bb090a7e55f8880c5cfade1 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                      
                       


                                     

                     
                          

                                            
          
                 
                                                   

                                                         

                                                                      


                                                               


                         

         






                                                           
                         

                    
                         

                     
                             
                               
                               

                                 
      
                         
 
{
    "name": "tmw-api",
    "version": "2.2.0",
    "description": "TMW RESTful API",
    "author": "The Mana World",
    "license": "CC0-1.0",
    "config": {
        "port": 8080,
        "timezone": "UTC",
        "recaptcha": {
            "secret": "recaptcha secret key"
        },
        "tmwa": {
            "name": "The Mana World Legacy Server",
            "url": "tmwa://server.themanaworld.org:6901",
            "root": "/mnt/tmwAthena/tmwa-server-data",
            "home": "/home/tmw",
            "reset": "https://www.themanaworld.org/recover/password/#"
        },
        "mailer": {
            "from": "The Mana World <noreply@themanaworld.org>"
        },
        "logger": {
            "webhook": ""
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/themanaworld/api.git"
    },
    "bugs": {
        "url": "https://github.com/themanaworld/api/issues"
    },
    "main": "src/api.js",
    "private": true,
    "scripts": {
        "start": "node ."
    },
    "dependencies": {
        "express": "^4.17.0",
        "node-fetch": "^2.6.0",
        "nodemailer": "^6.2.1",
        "ripgrep-bin": "^11.0.1",
        "uuid": "^3.3.2"
    },
    "devDependencies": {}
}