circuitpython-repl-js/package.json
2025-02-12 11:11:32 -08:00

33 lines
844 B
JSON

{
"name": "@adafruit/circuitpython-repl-js",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "3.2.4",
"description": "A JavaScript Module to help with interfacing to the REPL on CircuitPython Devices over serial",
"main": "repl.js",
"exports": {
"." : "./repl.js"
},
"dependencies": {
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/adafruit/circuitpython-repl-js.git"
},
"keywords": [
"REPL",
"CircuitPython",
"WebSerial"
],
"author": "Melissa LeBlanc-Williams",
"license": "MIT",
"bugs": {
"url": "https://github.com/adafruit/circuitpython-repl-js/issues"
},
"homepage": "https://github.com/adafruit/circuitpython-repl-js#readme"
}