{ "name": "adminapi", "version": "1.0.0", "logo": { "file": "objects/wwws/cdn/share/logo/logocarredark.png" }, "description": "apxtri Decentralized Autonomous Organization", "main": "./apxtri/apxtri.js", "repository": { "url": "https://gitea.ndda.fr/apxtri/adminapi.git", "type": "git" }, "scripts": { "startapx": "pm2 start ./apxtri/apxtri.js --log-date-format 'DD-MM HH:mm:ss.SSS'", "restartapx": "pm2 restart ./apxtri/apxtri.js --log-date-format 'DD-MM HH:mm:ss.SSS'", "dev": "NODE_MODE=dev node ./apxtri/apxtri.js", "unittest": "node unittest.js", "apidoc": "apidoc -c ../$tribe/apxtri/apidoc_$tribe.json -o ../$tribe/objects/wwws/apidoc/", "publishtestwall": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/tribes/$space phil@wall-ants://home/phil/apxtowns/testwall-ants/tribes/$space/..", "publishwall": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/tribes/$space phil@wall-ants://home/phil/apxtowns/wall-ants/tribes/$space/..", "publishhouse": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/tribes/$space phil@house-ants://home/phil/apxtowns/house-ants/tribes/$space/..", "src:css": "tailwindcss --watch -c ../$tribe/objects/wwws/$webapp/tailwind.config.js -i ../$tribe/objects/wwws/$webapp/src/static/css/twdevstyle.css -o ../$tribe/objects/wwws/$webapp/src/static/css/twstyle.css", "dist:css": "tailwindcss --minify -i ../$tribe/objects/wwws/$webapp/src/static/css/twdevstyle.css -o ../$tribe/objects/wwws/$webapp/dist/static/css/twstyle.css" }, "commentscript": "cf wiki apxtri doc for details: yarn startpm2 -n teswallants, yarn pm2 stop testwallants, yarn pm2 delete testwallants, yarn pm2 logs --lines 200 testwall, yarn pm2 monit -n testwallants, yarn pm2 save tribe=tribeid yarn apidoc to build apidoc // space=adminapi/www/cdn/apidoc yarn publishtestwall ", "maintainers": [ { "name": "Filou", "email": "support@need-data.com", "url": "https://need-data.com" } ], "contributors": [ { "name": "Antonin Hattabe", "email": "", "url": "" }, { "name": "Maxime Serrato", "email": "", "url": "" }, { "name": "Charles Filuzeau", "email": "", "url": "" } ], "author": { "name": "patma", "email": "patma@mail.be", "url": "" }, "license": "MIT", "dependencies": { "apidoc": "^1.2.0", "async": "^3.2.0", "axios": "^1.7.7", "bcrypt": "^5.0.0", "cors": "^2.8.4", "dayjs": "^1.11.13", "dns-sync": "^0.2.1", "express": "^4.21.1", "formidable": "^3.5.2", "fs-extra": "^11.2.0", "glob": "^11.0.0", "jszip": "^3.10.1", "jwt-simple": "^0.5.6", "mustache": "^4.2.0", "openpgp": "^5.10.1", "path": "^0.12.7", "pm2": "^5.4.2", "readline-sync": "^1.4.10", "sharp": "^0.33.4", "smtp-client": "^0.4.0", "nodemailer": "^6.9.16", "stripe": "^17.3.1", "uuid": "^11.0.2" } }