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.
|
|
|
{
|
|
|
|
"name": "@imove/cli",
|
|
|
|
"version": "0.0.5",
|
|
|
|
"description": "imove client",
|
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
|
|
|
"imove": "index.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"imove",
|
|
|
|
"compile"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build:editor": "node src/cmd/editor/build.js",
|
|
|
|
"postinstall": "npm run build:editor"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/suanmei/iMove.git"
|
|
|
|
},
|
|
|
|
"author": "smallstonesk",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@imove/compile-code": "^0.1.0",
|
|
|
|
"@imove/core": "^0.3.0",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"commander": "^6.0.0",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"esbuild": "^0.12.15",
|
|
|
|
"esbuild-plugin-less": "^1.0.7",
|
|
|
|
"eventemitter3": "^4.0.7",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"fs-extra": "^9.0.1",
|
|
|
|
"lowdb": "^1.0.0"
|
|
|
|
}
|
|
|
|
}
|