15 lines
315 B
JSON
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"
|
|
}
|
|
} |