js-dev-assistant
Version:
JS Developer assistant - manipulate over source files - refactor, view, etc. not leaving a terminal
74 lines (73 loc) • 1.88 kB
JSON
{
"name": "js-dev-assistant",
"version": "3.0.0",
"description": "JS Developer assistant - manipulate over source files - refactor, view, etc. not leaving a terminal",
"main": "src/cli.js",
"scripts": {
"test": "vitest run",
"build": "unbuild",
"dev": "node src/cli.js",
"prettify": "biome format --write",
"lint": "biome lint",
"lintfix": "biome lint --write",
"unuvars": "biome lint --only=lint/correctngitess/noUnusedVariables",
"unufupas": "biome lint --only=lint/correctness/noUnusedFunctionParameters",
"checkfiles": "purposefile",
"biomit": "biome format --write",
"mprv": "biome format tmp/playground/bd.js --write"
},
"keywords": [
"dev",
"ast",
"abstractsyntaxtree",
"magic",
"magicmanipulation",
"manipulation",
"refactoring",
"view",
"file",
"sourcecode",
"helper",
"developer",
"codebase",
"helper",
"interactive",
"assistant"
],
"homepage": "https://github.com/akgondber/dev-assistant",
"repository": "akgondber/dev-assistant",
"author": "Rushan Alyautdinov",
"license": "MIT",
"packageManager": "pnpm@10.11.1",
"bin": {
"js-dev-assistant": "dist/cli.mjs",
"dev-assistant": "dist/cli.mjs",
"devasis": "dist/cli.mjs",
"deva": "dist/cli.mjs",
"refactorer": "dist/cli.mjs"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"citty": "^0.1.6",
"execa": "^9.6.0",
"fdir": "^6.4.6",
"figures": "^6.1.0",
"magic-string": "^0.30.17",
"meriyah": "^6.1.4",
"meriyah-walker": "^3.0.0",
"radash": "^12.1.1",
"terminal-size": "^4.0.0"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "2.2.2",
"purposefile": "^1.2.0",
"unbuild": "^3.5.0",
"vitest": "^3.2.4"
},
"files": [
"dist"
]
}