qiao-console
Version:
nodejs console tool
49 lines (48 loc) • 956 B
JSON
{
"name": "qiao-console",
"version": "5.0.0",
"description": "nodejs console tool",
"keywords": [
"nodejs",
"console",
"clearLine",
"clear"
],
"author": "uikoo9 <uikoo9@qq.com>",
"homepage": "https://code.vincentqiao.com/#qiao-console",
"license": "MIT",
"main": "index.js",
"module": "src/index.js",
"sideEffets": false,
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uikoo9/qiao-nodejs.git"
},
"bugs": {
"url": "https://github.com/uikoo9/qiao-nodejs/issues"
},
"scripts": {
"build": "qpro rollup ./rollup.config.js"
},
"nx": {
"namedInputs": {
"default": [
"{projectRoot}/src/**/*"
]
},
"targets": {
"build": {
"inputs": [
"default"
],
"outputs": [
"{projectRoot}/index.js"
]
}
}
},
"gitHead": "e2a8531fabc7eab2d4db94b160933fc4c167cd3c"
}