-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 681 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 681 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
{
"name": "bashunit-docs",
"version": "0.34.1",
"checksum": "b620423b0fb201ff1c8d2c04735061cdea4237be84007348218a7e8d8522d8d0",
"description": "Docs for bashunit a simple testing library for bash scripts",
"main": "index.js",
"repository": "git@github.com:TypedDevs/bashunit.git",
"author": "TypedDevs <team@typeddevs.com>",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"chart.js": "^4.4.9",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"vitepress": "^1.6.3",
"vue": "^3.5.16"
}
}