mr_dot_convict

package.json

May 31st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.   "name": "cp_parser_cli",
  3.   "version": "1.0.0",
  4.   "description": "CLI parser for Competitive Companion",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "test": "node index.js"
  8.   },
  9.   "bin": "index.js",
  10.   "author": "mr.convict",
  11.   "license": "ISC",
  12.   "dependencies": {
  13.     "body-parser": "^1.19.0",
  14.     "colors": "^1.3.3",
  15.     "express": "^4.17.1",
  16.     "file-system": "^2.2.2",
  17.     "os": "^0.1.1",
  18.     "shelljs": "^0.8.3",
  19.     "url": "^0.11.0"
  20.   }
  21. }
Add Comment
Please, Sign In to add comment