@vinsea/utils
Version:
39 lines (38 loc) • 818 B
JSON
{
"name": "@vinsea/utils",
"version": "1.0.4",
"description": "My common utils",
"author": "Vinsea",
"repository": {
"type": "git",
"url": "git+https://github.com/Vinsea/toolkit.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/Vinsea/toolkit/issues"
},
"homepage": "https://github.com/Vinsea/toolkit/blob/main/packages/utils/README.md",
"keywords": [
"vinsea",
"utils"
],
"files": [
"cli"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"chalk": "4.1.2",
"mocha": "^9.2.2",
"multi-progress": "^4.0.0",
"ora": "5.4.1",
"progress": "^2.0.3",
"readline": "^1.3.0"
}
}