ken_nogi/XVBA/事業計画集計【簡易版】/package.json
Kenichiro NOGI 4f9593b26f 2025-12-13
2025-12-13 18:12:03 +09:00

15 lines
315 B
JSON

{
"name": "xvba-app",
"version": "1.0.0",
"description": "A XVBA App",
"main": "index.js",
"author": "LocalSmart",
"license": "ISC",
"dependencies": {
"excel-types": "1.0.0",
"Xlog": "1.0.0"
},
"devDependencies": {
"@localsmart/xvba-cli": "^1.0.2"
}
}