Skip to content

Commit 33c8183

Browse files
committed
package.json
1 parent f0d6291 commit 33c8183

File tree

3 files changed

+1046
-0
lines changed

3 files changed

+1046
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules/
2+
website/
3+
docs/.vitepress/cache
4+
.DS_Store
5+
.eslintcache

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "case-lambda",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"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

Comments
 (0)