pioarduino-node-helpers
Version:
Collection of Node.JS helpers for PlatformIO fork pioarduino
69 lines (68 loc) • 2.04 kB
JSON
{
"name": "pioarduino-node-helpers",
"version": "12.6.1",
"description": "Collection of Node.JS helpers for PlatformIO fork pioarduino",
"main": "dist/index.js",
"engines": {
"node": ">=25"
},
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --watch --env dev",
"lint": "eslint --ext js src || exit 0",
"lint:fix": "eslint --ext js src --fix",
"format": "prettier --single-quote --print-width 88 --write \"src/**/*.js\"",
"test": "node test/test-uv-only.mjs && node test/test-installer-script.mjs && node test/test-full-installation.mjs && node test/test-uv-platformio-install.mjs && node test/test-get-python.mjs",
"test:uv": "node test/test-uv-only.mjs",
"test:installer": "node test/test-installer-script.mjs",
"test:full": "node test/test-full-installation.mjs",
"test:install": "node test/test-uv-platformio-install.mjs",
"test:get-python": "node test/test-get-python.mjs",
"test:manual": "node test/manual-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jason2866/pioarduino-node-helpers.git"
},
"keywords": [
"PlatformIO",
"pioarduino",
"IoT",
"debug",
"unittest",
"embedded",
"flash",
"firmware",
"arduino",
"ESP-IDF",
"espressif",
"esp8266",
"esp32",
"hardware",
"serial",
"monitor"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pioarduino/pioarduino-node-helpers/issues"
},
"homepage": "https://github.com/pioarduino/pioarduino-node-helpers",
"dependencies": {
"global-agent": "^3.0.0",
"got": "^11.8.6",
"jsonrpc-lite": "~2.1.1",
"semver": "^7.6.3",
"tar": "~7.5.15",
"tcp-port-used": "~1.0.2",
"ws": "~8.20.1"
},
"devDependencies": {
"@types/node": "~20",
"eslint": "~8.56.0",
"eslint-import-resolver-webpack": "~0.13.10",
"eslint-plugin-import": "~2.31.0",
"prettier": "~3.4.2",
"webpack": "~5.105.4",
"webpack-cli": "~6.0.1"
}
}