UNPKG

@toktokhan-dev/cli

Version:
67 lines 1.71 kB
{ "name": "@toktokhan-dev/cli", "version": "0.0.11", "description": "A CLI tool 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/Overview", "repository": { "type": "git", "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/blob/main/packages/cli" }, "bugs": { "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/issues" }, "main": "dist/index.js", "files": [ "dist", "bin", "!dist/*.map" ], "bin": { "tokript2": "bin/run.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "keywords": [ "cli", "toktokhan_dev", "nodejs", "tool", "tokript", "script" ], "dependencies": { "@types/figlet": "^1.5.8", "bundle-require": "^4.0.2", "chalk": "^5.3.0", "clear": "^0.1.0", "commander": "^12.0.0", "enquirer": "^2.4.1", "figlet": "^1.7.0", "joycon": "^3.1.1", "lodash": "^4.17.21", "@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": { "dev": "pnpm build && node bin/run.js", "local": "npm i -g && @toktokhan-dev/init", "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" } }