We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d6291 commit 33c8183Copy full SHA for 33c8183
.gitignore
@@ -0,0 +1,5 @@
1
+node_modules/
2
+website/
3
+docs/.vitepress/cache
4
+.DS_Store
5
+.eslintcache
package.json
@@ -0,0 +1,12 @@
+{
+ "name": "case-lambda",
+ "version": "1.0.0",
+ "main": "index.js",
+ "repository": "git@github.com:MoganLab/case-lambda.git",
6
+ "author": "MoganLab",
7
+ "license": "Apache-2.0",
8
+ "devDependencies": {
9
+ "vitepress": "^2.0.0-alpha.17",
10
+ "vue": "^3.5.32"
11
+ }
12
+}
0 commit comments