beech-api 3.7.0 → 3.7.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beech-api",
3
- "version": "3.7.0",
3
+ "version": "3.7.23",
4
4
  "description": "Command line interface for rapid Beech API development",
5
5
  "keywords": [
6
6
  "api",
@@ -51,6 +51,7 @@
51
51
  "module-alias": "^2.2.2",
52
52
  "mysql": "^2.18.1",
53
53
  "mysql2": "^2.3.3",
54
+ "node-cmd": "^3.0.0",
54
55
  "node-emoji": "^1.11.0",
55
56
  "node-notifier": "^10.0.1",
56
57
  "passport": "^0.6.0",
@@ -1,17 +0,0 @@
1
- {
2
- "name": "application",
3
- "version": "0.1.0",
4
- "description": "The project is powered by Beech API framework",
5
- "license": "MIT",
6
- "main": "index.js",
7
- "scripts": {
8
- "start": "beech-service serve",
9
- "test": "node ./node_modules/jest/bin/jest __tests__ -o --watch --config"
10
- },
11
- "dependencies": {
12
- "beech-api": "^3.7.10"
13
- },
14
- "devDependencies": {
15
- "jest": "^28.1.3"
16
- }
17
- }