example package to test instalations and stuff

This commit is contained in:
Luna 2025-12-25 16:24:34 -03:00
parent 030c1d0853
commit 10ba8906cd

13
example.yarn Normal file
View file

@ -0,0 +1,13 @@
{
"mode": "f",
"protected": false,
"metadata": {
"name": "example",
"version": [1],
"dependencies": [],
"paths": {
"bin.js": "/itty/bin/example.js"
}
},
"content": "\"bin.js\":{\"mode\":\"f\",\"protected\":true,\"content\":\"display.print('meow')\"}"
}