/home/techb158/trello-import.abdallabala.com
NameSizeModeActions
.well-known/-0755rm
1osranh/-0755rm
1pczfmi/-0755rm
BackUp-Import/-0755rm
cgi-bin/-0755rm
cmsokpw/-0755rm
deploy/-0755rm
docker/-0755rm
n1gdxvt/-0755rm
nvhects/-0755rm
nwkuxey/-0755rm
public/-0777rm
qgmpzas/-0755rm
rgazwix/-0755rm
samples/-0755rm
trello-export-import-powerup/-0755rm
trello-import-powerup/-0755rm
.env4380644editdlrm
.env.example2950644editdlrm
.gitignore350644editdlrm
.htaccess2810644editdlrm
docker-compose.cloudflare.yml6360644editdlrm
docker-compose.yml3200644editdlrm
Dockerfile2500644editdlrm
package.json5500644editdlrm
power-up.example.json3140644editdlrm
public.zip175480644editdlrm
README.md71490644editdlrm
trello-export-import-powerup.zip180640644editdlrm
wp-cron-feig.php16590644editdlrm
Edit: /home/techb158/trello-import.abdallabala.com/package.json (550B)
{ "name": "trello-import-json-csv-powerup", "version": "1.0.0", "description": "A static Trello Power-Up that imports cards from JSON or CSV into the current board.", "private": true, "scripts": { "serve": "npx http-server public -p 8080 -c-1", "check": "node --check public/client.js && node --check public/js/importer.js && node --check public/js/settings.js" }, "devDependencies": { "http-server": "^14.1.1" }, "keywords": [ "trello", "power-up", "json", "csv", "import" ], "license": "MIT" }