{ "name": "@imove/cli", "version": "0.0.3", "description": "imove client", "main": "index.js", "bin": { "imove": "index.js" }, "keywords": [ "imove", "compile" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/suanmei/iMove.git" }, "author": "smallstonesk", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", "commander": "^6.0.0", "cors": "^2.8.5", "eventemitter3": "^4.0.7", "express": "^4.17.1", "fs-extra": "^9.0.1" } }