UNPKG

@nexssp/cli

Version:

Nexss PROGRAMMER - Over 50 programming languages together..

104 lines (103 loc) 2.71 kB
{ "name": "@nexssp/cli", "homepage": "https://nexss.com", "version": "2.5.125", "description": "Nexss PROGRAMMER - Over 50 programming languages together..", "main": "lib/index.js", "bin": { "nexss": "bin/nexss.js" }, "files": [ "bin/nexss.js", "lib/**/*", "Nexss.png", "nexss_kod_qr.png" ], "scripts": { "test": "nexssp-test --ignore=languages --ignore=bug --debug", "test:bug": "nexssp-test --ignore=languages --select=bug --debug", "test:selected": "nexssp-test --ignore=languages --select=data --debug", "test:continue": "nexssp-test --ignore=languages --continueOnError --debug", "test:list": "nexssp-test --dry", "test:languages": "nexssp-test --select=languages --debug", "test:all:long": "nexssp-test", "prepare2": "npm test && npm run nexss:build", "nexss:build": "npx @nexssp/min@1.0.6" }, "engines": { "npm": ">=6.9.0", "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/nexssp/cli.git" }, "bugs": { "url": "https://github.com/nexssp/cli/issues" }, "keywords": [ "tool", "shell", "compile", "multilanguage", "scripts", "cli", "programming", "programmer", "innovation", "nexss" ], "license": "MIT", "dependencies": { "@nexssp/ansi": "^1.1.5", "@nexssp/cache": "^2.0.4", "@nexssp/command": "^1.0.18", "@nexssp/config": "^1.0.9", "@nexssp/const": "^1.0.13", "@nexssp/data": "^1.0.8", "@nexssp/dddebug": "^1.0.7", "@nexssp/ensure": "^1.1.28", "@nexssp/expression-parser": "^1.0.5", "@nexssp/extend": "^2.0.9", "@nexssp/file": "^1.0.19", "@nexssp/language": "^1.1.26", "@nexssp/logdebug": "^1.0.20", "@nexssp/markdown": "^1.0.1", "@nexssp/os": "^2.0.36", "@nexssp/package": "^1.0.23", "@nexssp/packunpack": "^1.0.6", "@nexssp/plugin": "^1.0.10", "@nexssp/project": "^1.0.19", "@nexssp/stack": "^1.0.9", "@nexssp/system": "^1.1.10", "axios": "^1.8.4", "dotenv": "^16.4.7", "fast-glob": "^3.3.3", "fuzzy": "^0.1.3", "is-installed-globally": "^1.0.0", "json-colorizer": "^2.2.2", "json-diff": "^1.0.6", "minimist": "^1.2.8", "string-argv": "^0.3.2", "string.prototype.matchall": "^4.0.12" }, "author": { "name": "Marcin Polak", "email": "mapoart@gmail.com", "url": "https://nexss.com" }, "funding": [ { "type": "paypal", "url": "https://www.paypal.com/paypalme/mapoart" }, { "type": "github", "url": "https://github.com/nexssp/cli?sponsor=1" } ], "devDependencies": { "@nexssp/test": "^1.1.16", "prettier": "^3.5.3" } }