xrfragment-haxe/src/3rd/js/plugin/matrix/package.json

18 lines
339 B
JSON
Raw Normal View History

2023-12-27 17:25:49 +00:00
{
"name": "matrix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"matrix-crdt": "^0.2.1-alpha.1",
"webpack-cli": "^5.1.4",
"yjs": "^13.6.10"
}
}