Skip to content

Commit 7d7e8cf

Browse files
committed
Add initial package.json for chatbot-server
1 parent eca6e3f commit 7d7e8cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

apps/chatbot-server/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@leafygreen-ui/chatbot-server",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"publishConfig": {
7+
"access": "restricted"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"keywords": [],
13+
"author": "",
14+
"license": "Apache-2.0"
15+
}

0 commit comments

Comments
 (0)