added package.json

This commit is contained in:
Leon van Kammen 2025-10-03 12:47:27 +02:00
parent 702be832e2
commit 5f05ed03b6

View file

@ -0,0 +1,14 @@
{
"name": "webxr",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Leon van Kammen",
"license": "AGPL3",
"description": "",
"dependencies": {
"xrf": "^0.0.1"
}
}