switch
Showing
| ... | @@ -4,9 +4,12 @@ | ... | @@ -4,9 +4,12 @@ |
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "dependencies": { | "dependencies": { | ||
| "assert": "^2.0.0", | |||
| "async": "^3.1.0", | "async": "^3.1.0", | ||
| "chai": "^4.2.0", | |||
| "json5": "^2.1.0", | "json5": "^2.1.0", | ||
| "localize.js": "^2.0.2", | "localize.js": "^2.0.2", | ||
| "mocha": "^6.2.0", | |||
| "ms": "^2.1.2", | "ms": "^2.1.2", | ||
| "node-telegram-bot-api": "^0.30.0" | "node-telegram-bot-api": "^0.30.0" | ||
| }, | }, | ||
| ... | @@ -15,5 +18,6 @@ | ... | @@ -15,5 +18,6 @@ |
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| "author": "Zibx", | "author": "Zibx", | ||
| "license": "MPL-2.0" | "license": "MPL-2.0", | ||
| "type": "module" | |||
| } | } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment