{ "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.js --log-date-format 'DD-MM HH:mm:ss.SSS'", "restartapx": "pm2 restart apxtri.js --log-date-format 'DD-MM HH:mm:ss.SSS'", "dev": "NODE_MODE=dev node ./apxtri/apxtri.js", "unittest": "node unittest.js", "tar2prod": "rm ../objects/wwws/cdn/share/apxtriV* && tar -czf ../objects/wwws/cdn/share/apxtriV$version.tar --exclude='node_modules' --exclude='.git' ../../adminapi/apxtri ../../adminapi/schema ../../adminapi/objects ../../adminapi/template ../../adminapi/objects/tribes/itm/adminapi.json", "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 ", "commentinstallprod": "A lancer en yarn 'version=1 yarn run tar2prod' pour generer un tar d'installation disponible en ligne sur towndns/cdn/share/apxtriV.tar pour install voir le readme qui run in apxtowns mkdir newtown && tar -xf appv1.tar -C newtown", "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": "^0.54.0", "async": "^3.2.0", "axios": "^1.6.2", "bcrypt": "^5.0.0", "cors": "^2.8.4", "dayjs": "^1.11.7", "dns-sync": "^0.2.1", "express": "^4.16.3", "formidable": "^2.1.1", "fs-extra": "^11.1.0", "glob": "^7.1.2", "hosts": "^0.0.1", "jszip": "^3.7.1", "jwt-simple": "^0.5.1", "mustache": "^2.3.0", "openpgp": "^5.10.1", "path": "^0.12.7", "pm2": "^2.10.4", "readline-sync": "^1.4.10", "sharp": "^0.33.4", "smtp-client": "^0.4.0", "nodemailer": "^6.9.7", "stripe": "^14.4.0", "uuid": "^9.0.0", "yarn": "^1.22.21" } }