-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "excel-xvba",
"version": "1.0.3b",
"description": "Excel Library for Read, manipulate and write spreadsheet. (Whith Auto-Completion)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --mode development --watch "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aeraphe/ExcelXvba.git"
},
"keywords": [
"xvba",
"vba",
"excel",
"win32",
"ol32",
"word",
"powerpoint"
],
"author": "Alberto Eduardo de Castro Oliveira",
"email": "[email protected]",
"homepage": "www.xvba.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aeraphe/ExcelXvba/issues"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"dotenv": "^10.0.0",
"ts-loader": "^9.2.6",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"xvba-com": "^1.0.3-b"
}
}