UNPKG

@iot-studio/material-toolkit-utils

Version:

material 工具链相关工具

45 lines (44 loc) 987 B
{ "name": "@iot-studio/material-toolkit-utils", "version": "0.1.7", "description": "material 工具链相关工具", "main": "lib/index.js", "scripts": { "dev": "npm run copyfiles && tsc -w", "build": "npm run clean && npm run copyfiles && tsc", "copyfiles": "rsync -a src/external_config lib", "prepublishOnly": "", "clean": "rm -rf lib" }, "keywords": [ "opp", "cli" ], "author": "xizhi.ljh@alibaba-inc.com", "license": "MIT", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "devDependencies": { "@types/node": "^16.4.0", "typescript": "^4.0.0" }, "repository": { "type": "git" }, "dependencies": { "captains-log": "^2.0.3", "chalk": "^4.1.1", "cross-spawn": "^7.0.0", "debug": "^4.1.1", "exec-sh": "^0.3.6", "fs-extra": "^8.0.1", "inquirer": "^7.3.2", "minimist": "^1.2.0" }, "gitHead": "1ca01775f2bbccbf7dcb53cb326c5167f06a44f8" }