UNPKG

@calljmp/cli

Version:
44 lines 1.05 kB
{ "name": "@calljmp/cli", "version": "0.1.3", "description": "Calljmp CLI", "keywords": [ "calljmp", "database", "cli", "react-native" ], "repository": { "type": "git", "url": "git+https://github.com/Calljmp/calljmp-cli.git" }, "author": "Calljmp <info@calljmp.com> (https://calljmp.com)", "license": "MIT", "bugs": { "url": "https://github.com/Calljmp/calljmp-cli/issues" }, "homepage": "https://github.com/Calljmp/calljmp-cli#readme", "dependencies": { "@bacons/xcode": "1.0.0-alpha.24", "@esbuild-plugins/node-modules-polyfill": "0.2.2", "chalk": "5.4.1", "chokidar": "3.6.0", "commander": "13.1.0", "enquirer": "2.4.1", "esbuild": "0.19.12", "figlet": "1.8.0", "gradient-string": "3.0.0", "handlebars": "4.7.8", "miniflare": "4.20250617.3", "node-fetch": "3.3.2", "ora": "8.2.0", "sqlite": "5.1.1", "sqlite3": "5.1.7", "xml2js": "0.6.2" }, "main": "./main.js", "type": "commonjs", "bin": { "calljmp": "./main.js" } }