@clerc/utils
Version:
39 lines • 805 B
JSON
{
"name": "@clerc/utils",
"version": "1.3.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc utils",
"keywords": [
"args",
"arguments",
"argv",
"clerc",
"clerc-utils",
"cli",
"terminal",
"utils"
],
"homepage": "https://github.com/clercjs/clerc/tree/main/packages/utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/clercjs/clerc.git",
"directory": "/"
},
"bugs": {
"url": "https://github.com/clercjs/clerc/issues"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
}
}