1234567891011121314151617181920212223 |
- {
- "name": "cros",
- "version": "1.0.1",
- "description": "",
- "main": "index.js",
- "bin": {
- "cros": "./bin/cli.js"
- },
- "scripts": {
- "client": "node ./client/client.js",
- "server": "node ./server/server.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "uuid": "^8.3.2",
- "chalk": "^3.0.0",
- "commander": "^4.1.1",
- "inquirer": "^7.0.4",
- "ora": "^4.0.3"
- }
- }
|