UNPKG

@clerc/plugin-version

Version:
52 lines 1.07 kB
{ "name": "@clerc/plugin-version", "version": "0.44.0", "author": "Ray <i@mk1.io> (https://github.com/so1ve)", "type": "module", "description": "Clerc plugin version", "keywords": [ "args", "arguments", "argv", "clerc", "clerc-plugin", "cli", "terminal" ], "homepage": "https://github.com/clercjs/clerc/tree/main/packages/plugin-version#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", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@clerc/utils": "0.44.0" }, "peerDependencies": { "@clerc/core": "*" }, "scripts": { "build": "pkgroll", "watch": "pkgroll --watch" } }