{ "version": "2.4.0", "name": "cryptgeon", "repository": { "type": "git", "url": "https://github.com/cupcakearmy/cryptgeon.git", "directory": "packages/cli" }, "homepage": "https://github.com/cupcakearmy/cryptgeon", "type": "module", "engines": { "node": ">=18" }, "scripts": { "dev": "./scripts/build.js --watch", "build": "./scripts/build.js", "package": "./scripts/package.js", "bin": "run-s build package", "prepublishOnly": "run-s build" }, "main": "./dist/index.cjs", "bin": { "cryptgeon": "./dist/index.cjs" }, "files": [ "dist" ], "devDependencies": { "@commander-js/extra-typings": "^11.1.0", "@cryptgeon/shared": "workspace:*", "@types/inquirer": "^9.0.6", "@types/mime": "^3.0.3", "@types/node": "^20.8.10", "commander": "^11.1.0", "esbuild": "^0.19.5", "inquirer": "^9.2.11", "mime": "^3.0.0", "occulto": "^2.0.1", "pkg": "^5.8.1", "pretty-bytes": "^6.1.1", "typescript": "^5.2.2" } }