You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
602 B

{
"name": "@username/message-queue",
"version": "0.1.0",
"description": "Await on websocket messages",
"entry": "message.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"keywords": [
"async",
"websocket"
],
"author": "Avril",
"license": "GPL-3.0-or-later",
"dependencies": {
"@notflan/stage-js": "^0.1.0"
},
"devDependencies": {
"rollup": "^2.23.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0",
"ws": "^7.3.1"
}
}