FG42/john_titor/package.json

13 lines
221 B
JSON
Raw Normal View History

2018-09-13 16:49:56 +01:00
{
"scripts": {
"start": "node --experimental-modules app.mjs"
},
"dependencies": {
"elrpc": "^0.1.0",
"github": "^14.0.0",
2018-12-25 12:22:52 +00:00
"googleapis": "27",
2018-09-13 16:49:56 +01:00
"shadow-cljs": "^2.6.7",
"xhr2": "^0.1.4"
}
}