1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/support/aphlict/server/package.json
Amaury Séchet 2258ba8535 Add package.json for aphlict
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
2021-06-21 10:46:27 +00:00

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"
}
}