x3-install-compiler
Version:
Sage X3 Compiler Installer
26 lines (25 loc) • 473 B
JSON
{
"name": "x3-install-compiler",
"version": "0.0.5",
"description": "Sage X3 Compiler Installer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sage",
"x3",
"compiler",
"installer"
],
"author": "Azat Akmyradov",
"license": "ISC",
"dependencies": {
"cli-spinner": "^0.2.10",
"prompts": "^2.4.2"
},
"type": "module",
"bin": {
"installer": "index.js"
}
}