UNPKG

@lypt1x/neu

Version:
69 lines (68 loc) 1.68 kB
{ "name": "@lypt1x/neu", "version": "11.5.1", "description": "neu CLI for Neutralinojs", "main": "./bin/neu.js", "scripts": { "start": "node ./bin/neu.js", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"" }, "repository": { "type": "git", "url": "git+https://github.com/neutralinojs/neutralinojs-cli.git" }, "author": { "name": "Neutralinojs and contributors", "email": "neutralinojs@gmail.com", "url": "https://neutralino.js.org" }, "license": "MIT", "bugs": { "url": "https://github.com/neutralinojs/neutralinojs-cli/issues" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/shalithasuranga" }, "homepage": "https://neutralino.js.org/docs/cli/neu-cli", "dependencies": { "@electron/asar": "^3.0.3", "chalk": "^4.1.0", "chokidar": "^3.5.1", "commander": "^7.2.0", "configstore": "^5.0.1", "edit-json-file": "^1.6.2", "follow-redirects": "^1.13.1", "fs-extra": "^9.0.1", "pe-library": "^1.0.1", "png2icons": "^2.0.1", "recursive-readdir": "^2.2.2", "resedit": "^2.0.2", "spawn-command": "^1.0.0", "tcp-port-used": "^1.0.2", "uuid": "^8.3.2", "websocket": "^1.0.34", "zip-lib": "^1.0.4" }, "bin": { "neu": "./bin/neu.js" }, "keywords": [ "neutralinojs", "neu", "cross-platform", "framework", "desktop-framework", "lightweight", "cpp", "javascript", "desktop", "webview", "chrome", "browser", "codezri" ], "devDependencies": { "prettier": "^3.2.5" } }