mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"name": "ws",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"component-emitter": "^1.2.1",
|
|
"hapi": "^15.2.0",
|
|
"inert": "^4.0.2",
|
|
"nes": "^6.3.1",
|
|
"require-dir": "^0.3.1"
|
|
}
|
|
}
|