We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d10ec0 commit 56f7696Copy full SHA for 56f7696
package.json
@@ -1,13 +1,17 @@
1
{
2
- "name": "sandbox",
+ "name": "alice",
3
"version": "0.0.8",
4
- "description": "none",
5
- "main": "index.js",
+ "description": "A multipurpose system based on Inside Heartz whatsapp bot",
+ "main": "alice/index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Coding-in-community/alice"
9
+ },
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
- "author": "",
- "license": "ISC",
13
+ "author": "Bruno Gomes",
14
+ "license": "MIT",
15
"dependencies": {
16
"axios": "^0.21.1",
17
"cheerio": "^1.0.0-rc.5",
0 commit comments