2023-01-22 09:53:09 +00:00
|
|
|
{
|
|
|
|
"name": "apxtrib",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"logo": {
|
|
|
|
"file": "./nationchains/static/img/chartegraphique/logocarre_bgplein.png"
|
|
|
|
},
|
|
|
|
"description": "A standard conf api based on express.js with basic and usefull component to manage api project",
|
|
|
|
"main": "apxtrib.js",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://gitea.ndda.fr/apxtrib/apxtrib",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"apidoc": "apidoc -i routes/ -o apidoc/",
|
|
|
|
"stoppm2": "pm2 stop apxtrib.js",
|
|
|
|
"startpm2": "pm2 start apxtrib.js --log-date-format 'DD-MM HH:mm:ss.SSS'",
|
|
|
|
"restartpm2": "pm2 restart apxtrib.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 apxtrib.js --lines 200",
|
|
|
|
"setup": "node models/Setup.js",
|
2023-02-22 07:00:08 +00:00
|
|
|
"dev": "node apxtrib.js"
|
2023-01-22 09:53:09 +00:00
|
|
|
},
|
|
|
|
"apidoc": {
|
|
|
|
"url": "https://apxtrib.crabdance.com/apidoc"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"async": "^3.2.0",
|
2023-02-22 07:00:08 +00:00
|
|
|
"axios": "^0.21.1",
|
2023-01-22 09:53:09 +00:00
|
|
|
"baunsu": "^0.2.3",
|
|
|
|
"bcrypt": "^5.0.0",
|
|
|
|
"cors": "^2.8.4",
|
|
|
|
"crypto-js": "^4.1.1",
|
|
|
|
"dns-sync": "^0.2.1",
|
|
|
|
"express": "^4.16.3",
|
2023-02-22 07:00:08 +00:00
|
|
|
"fs-extra": "^11.1.0",
|
2023-01-22 09:53:09 +00:00
|
|
|
"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",
|
2023-02-22 07:00:08 +00:00
|
|
|
"node-mailjet": "^6.0.2",
|
2023-01-22 09:53:09 +00:00
|
|
|
"nodemailer": "^6.1.1",
|
|
|
|
"nodemailer-smtp-transport": "^2.7.4",
|
|
|
|
"pdf-creator-node": "^2.2.2",
|
|
|
|
"pm2": "^5.1.2",
|
|
|
|
"stripe": "^7.4.0",
|
2023-02-22 07:00:08 +00:00
|
|
|
"uuid": "^9.0.0"
|
2023-01-22 09:53:09 +00:00
|
|
|
},
|
2023-02-22 07:00:08 +00:00
|
|
|
"devDependencies": {}
|
2023-01-22 09:53:09 +00:00
|
|
|
}
|