astra-cli
Version:
🚀 Fast, reliable and easy-to-use js-to-exe compiler.
85 lines • 2.16 kB
JSON
{
"name": "astra-cli",
"version": "1.3.1",
"main": "./dist/astra.js",
"repository": {
"type": "git",
"url": "https://github.com/astracompiler/cli"
},
"homepage": "https://astra-js.netlify.app",
"author": "QwertyCode <167351530+QwertyCodeQC@users.noreply.github.com>",
"license": "MIT",
"type": "module",
"description": "🚀 Fast, reliable and easy-to-use js-to-exe compiler.",
"bugs": {
"url": "https://github.com/astracompiler/cli/issues"
},
"scripts": {
"minify": "tsc && node ./minify.tool.js",
"astra": "node ./dist/astra.js",
"lint": "yarn biome lint",
"fmt": "yarn biome format --write",
"build": "rimraf dist && node build.tool.js",
"pb": "yarn lint && yarn fmt && yarn build && yarn npm publish",
"test": "vitest run --coverage",
"test-ui": "vitest --ui",
"c": "yarn fmt && yarn lint && yarn build"
},
"keywords": [
"astra",
"compiler",
"js-to-exe",
"js",
"exe",
"fast",
"reliable",
"easy-to-use",
"js2exe",
"nexe",
"pkg",
"esbuild",
"windows"
],
"bin": {
"astra": "./dist/astra.js"
},
"dependencies": {
"@inquirer/prompts": "^7.3.3",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"cosmiconfig": "^9.0.0",
"cross-spawn-windows-exe": "^1.2.0",
"dirname-filename-esm": "^1.1.2",
"esbuild": "^0.25.0",
"got": "^14.4.7",
"keyv": "^5.3.3",
"keyv-file": "^5.1.2",
"postject": "^1.0.0-alpha.5",
"rcedit": "^4.0.1",
"read-pkg": "^9.0.1",
"semver": "^7.7.1",
"signale": "^1.4.0",
"temp": "^0.9.4",
"yargs": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/cli-progress": "^3.11.6",
"@types/got": "^9.6.12",
"@types/node": "^22.13.10",
"@types/semver": "^7.5.8",
"@types/signale": "^1.4.7",
"@types/temp": "^0.9.4",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^3.1.4",
"@vitest/ui": "3.2.4",
"esbuild-node-externals": "^1.18.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.2",
"vitest": "^3.1.4"
},
"files": [
"dist"
],
"packageManager": "yarn@4.9.2"
}