espz
Version:
Bundle and flash Espruino code, optimally.
42 lines (41 loc) • 955 B
JSON
{
"name": "espz",
"version": "0.1.3",
"description": "Bundle and flash Espruino code, optimally.",
"type": "module",
"bin": "./dist/espz.cjs",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"Espruino",
"ESP8266",
"ESP32"
],
"files": [
"dist",
"types.d.ts"
],
"author": "",
"license": "ISC",
"dependencies": {
"@serialport/bindings": "^9.0.4",
"@types/espruino": "^1.94.3"
},
"devDependencies": {
"@babel/standalone": "^7.12.12",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@serialport/stream": "^9.0.2",
"@types/node": "^14.14.19",
"acorn": "^8.0.5",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"kleur": "^4.1.3",
"rollup": "^2.40.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"sade": "^1.7.4",
"supports-color": "^8.1.1",
"terser": "^5.6.0"
}
}