ken_nogi/lineworks-sync/package.json
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

21 lines
407 B
JSON

{
"name": "lineworks-sync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"dotenv": "^17.4.2",
"form-data": "^4.0.6",
"jsonwebtoken": "^9.0.3",
"node-fetch": "^3.3.2",
"xlsx": "^0.18.5"
}
}