@toktokhan-dev/cli-plugin-commit
Version:
A CLI plugin for managing commits built by TOKTOKHAN.DEV
57 lines • 1.52 kB
JSON
{
"name": "@toktokhan-dev/cli-plugin-commit",
"version": "0.0.10",
"description": "A CLI plugin for managing commits built by TOKTOKHAN.DEV",
"author": "TOKTOKHAN.DEV <fe-system@toktokhan.dev>",
"license": "ISC",
"type": "module",
"homepage": "https://toktokhan-dev-docs.vercel.app/docs/docs/tokript/Offical%20Plugins/commit",
"repository": {
"type": "git",
"url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/blob/main/packages/cli-plugins/commit"
},
"bugs": {
"url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/issues"
},
"main": "dist/index.js",
"files": [
"dist",
"!dist/*.map"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"keywords": [
"cli",
"plugin",
"commit",
"toktokhan_dev",
"tool",
"tokript",
"script"
],
"dependencies": {
"clear": "^0.1.0",
"enquirer": "^2.4.1",
"lodash": "^4.17.21",
"@toktokhan-dev/cli": "0.0.11",
"@toktokhan-dev/node": "0.0.10",
"@toktokhan-dev/universal": "0.0.8"
},
"devDependencies": {
"@types/clear": "^0.1.4",
"@types/lodash": "^4.17.0",
"@toktokhan-dev/ts-config": "0.0.1"
},
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c --watch",
"play": "pnpm build:watch & node --watch play/playground.js",
"test": "echo \"Error: no test specified\" && exit 1",
"api-extractor": "api-extractor run --local --verbose"
}
}