/home/techb158/trello-import.abdallabala.com
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"
}