forked from apxtri/apxtri
89 lines
2.7 KiB
JSON
Executable File
89 lines
2.7 KiB
JSON
Executable File
{
|
|
"name": "apxtri",
|
|
"version": "0.0.1",
|
|
"logo": {
|
|
"file": "../nationchains/tribes/adminapi/www/cdn/share/logo/logocarredark.png"
|
|
},
|
|
"description": "apxtri Decentralized Autonomous Organization",
|
|
"main": "apxtri.js",
|
|
"repository": {
|
|
"url": "https://gitea.ndda.fr/apxtri/apxtri",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"stoppm2": "pm2 stop apxtri.js",
|
|
"startpm2": "pm2 start apxtri.js mode:prod --log-date-format 'DD-MM HH:mm:ss.SSS'",
|
|
"deletepm2": "pm2 delete apxtri",
|
|
"restartpm2": "pm2 restart apxtri.js --log-date-format 'DD-MM HH:mm:ss.SSS'",
|
|
"startblockchain": "pm2 start models/Blockchains.js --log-date-format 'DD-MM HH:mm:ss:SSS'",
|
|
"logpm2": "pm2 logs apxtri.js --lines 200",
|
|
"dev": "NODE_MODE=dev node apxtri.js",
|
|
"unittest": "node unittest.js",
|
|
"apidoc": "apidoc -c ../conf/apidoc/apidoc_$tribe.json -o ../nationchains/tribes/$tribe/www/cdn/apidoc/",
|
|
"publishtestwall": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/nationchains/tribes/$space phil@wall-ants://home/phil/apxtowns/testwall-ants/nationchains/tribes/$space/..",
|
|
"publishwall": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/nationchains/tribes/$space phil@wall-ants://home/phil/apxtowns/wall-ants/nationchains/tribes/$space/..",
|
|
"publishhome": "scp -r /media/phil/usbfarm/apxtowns/dev-ants/nationchains/tribes/$space phil@wall-ants://home/phil/apxtowns/wall-ants/nationchains/tribes/$space/.."
|
|
},
|
|
"commentscript": " tribe=tribeid yarn apidoc to build apidoc // space=adminapi/www/cdn/apidoc yarn publishtestwall ",
|
|
"maintainers": [
|
|
{
|
|
"name": "Philippe Colzy",
|
|
"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": {
|
|
"@editorjs/editorjs": "^2.26.5",
|
|
"apidoc": "^0.54.0",
|
|
"async": "^3.2.0",
|
|
"axios": "^1.6.2",
|
|
"baunsu": "^0.2.3",
|
|
"bcrypt": "^5.0.0",
|
|
"cors": "^2.8.4",
|
|
"crypto-js": "^4.1.1",
|
|
"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",
|
|
"luxon": "^2.1.1",
|
|
"moment": "^2.22.1",
|
|
"mustache": "^2.3.0",
|
|
"nodemailer": "^6.9.7",
|
|
"openpgp": "^5.10.1",
|
|
"path": "^0.12.7",
|
|
"pm2": "^2.10.4",
|
|
"readline-sync": "^1.4.10",
|
|
"smtp-client": "^0.4.0",
|
|
"stripe": "^14.4.0",
|
|
"uuid": "^9.0.0",
|
|
"yarn": "^1.22.21"
|
|
}
|
|
}
|