-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
{
"name": "exceltographviz",
"version": "1.0.0",
"description": "--- home: true heroText: Excel to Graphviz heroImage: /exceltographiz.png tagline: See the relationships",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjlong150/ExcelToGraphviz.git"
},
"keywords": [
"Excel",
"Graphviz",
"VBA"
],
"author": "Jeffrey J. Long",
"license": "MIT",
"bugs": {
"url": "https://github.com/jjlong150/ExcelToGraphviz/issues"
},
"homepage": "https://github.com/jjlong150/ExcelToGraphviz#readme",
"devDependencies": {
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"vitepress": "^1.6.4"
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"vitepress-plugin-blog": "^0.2.0"
}
}