15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"name": "pynamics-web",
|
|
"version": "1.0.0",
|
|
"description": "Web app for Pynamics",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@pybricks/mpy-cross-v6": "^2.0.0"
|
|
}
|
|
}
|