mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
2258ba8535
Summary: This makes the whole setup easier, future proof and reproducible. Test Plan: cd support/aphlict/server/ npm install See that ws gets installed as expected. Reviewers: O1 Blessed Committers, Matthew Reviewed By: O1 Blessed Committers, Matthew Subscribers: Matthew, Ekubischta, speck, tobiaswiese Maniphest Tasks: T15019 Differential Revision: https://we.phorge.it/D25006
12 lines
220 B
JSON
12 lines
220 B
JSON
{
|
|
"name": "aphlict-server",
|
|
"description": "Phorge's aphlict's server",
|
|
"main": "aphlict_server.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"ws": "^7.5.0"
|
|
}
|
|
}
|