raspberry-pi-pico-machine-c.../compiler/package.json

26 lines
614 B
JSON
Raw Normal View History

2022-05-15 22:32:35 +02:00
{
"name": "compiler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator.git"
},
"keywords": [
"raspberry",
"pi",
"pico"
],
"type":"module",
"author": "jusax23",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator/issues"
},
"homepage": "https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator#readme"
}