matrix.to/package.json

10 lines
150 B
JSON
Raw Normal View History

2020-11-27 11:05:20 -05:00
{
2020-11-30 05:24:18 -05:00
"scripts": {
"start": "node scripts/serve-local.js"
},
2020-11-27 11:05:20 -05:00
"dependencies": {
"finalhandler": "^1.1.2",
"serve-static": "^1.14.1"
}
}