Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "m-bot", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A little console based chatbot", | ||
@@ -10,8 +10,6 @@ "main": "src/index.js", | ||
"scripts": { | ||
"start": "node .", | ||
"dev": "nodemon .", | ||
"build": "tsc", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"postinstall": "yarn build" | ||
"test:watch": "npm run test -- --watch", | ||
"postinstall": "npm run build" | ||
}, | ||
@@ -18,0 +16,0 @@ "author": "Caleb Sharp", |
# M | ||
A little console based chatbot. | ||
A little console based chatbot/framework. | ||
## Getting Started | ||
To install the latest version: | ||
Make sure you have yarn installed by following the instructions at | ||
[https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | ||
To install the latest version of M: | ||
```bash | ||
$ npm install -g m-bot | ||
$ yarn global add m-bot | ||
``` | ||
@@ -23,2 +26,2 @@ | ||
Good to see you again | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
103051
27
0