Skip to content

Commit 56f7696

Browse files
committed
[DOCS] update package.json configs
1 parent 4d10ec0 commit 56f7696

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"name": "sandbox",
2+
"name": "alice",
33
"version": "0.0.8",
4-
"description": "none",
5-
"main": "index.js",
4+
"description": "A multipurpose system based on Inside Heartz whatsapp bot",
5+
"main": "alice/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Coding-in-community/alice"
9+
},
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1"
812
},
9-
"author": "",
10-
"license": "ISC",
13+
"author": "Bruno Gomes",
14+
"license": "MIT",
1115
"dependencies": {
1216
"axios": "^0.21.1",
1317
"cheerio": "^1.0.0-rc.5",

0 commit comments

Comments
 (0)