You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
636 B
31 lines
636 B
{
|
|
"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": {
|
|
"@imove/compile-code": "^0.0.1",
|
|
"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"
|
|
}
|
|
}
|