@clerc/core
Version:
61 lines • 1.22 kB
JSON
{
"name": "@clerc/core",
"version": "0.44.0",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc core",
"keywords": [
"args",
"arguments",
"argv",
"clerc",
"cli",
"terminal"
],
"homepage": "https://github.com/clercjs/clerc/tree/main/packages/core#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": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"defu": "^6.1.2",
"is-platform": "^1.0.0",
"lite-emit": "^2.3.0",
"type-fest": "^4.3.1",
"type-flag": "^3.0.0",
"@clerc/utils": "0.44.0"
},
"scripts": {
"build": "pkgroll",
"watch": "pkgroll --watch"
}
}