adminapi/package.json
2024-11-02 12:07:13 +01:00

84 lines
2.9 KiB
JSON
Executable File

{
"name": "adminapi",
"version": "1.0.0",
"logo": {
"file": "objects/wwws/cdn/share/logo/logocarredark.png"
},
"description": "apxtri Decentralized Autonomous Organization",
"main": "./apxtri/apxtri.js",
"type":"module",
"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": "^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",
"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"
}
}