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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
500 B

{
"name": "message-processor",
"version": "0.0.1",
"type": "module",
"description": "Tiny utility library for rpc-style message communication",
"main": "main.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "https://gitea.bjornmossa.net/Radioiceberg/message-processor"
},
"author": "Radioiceberg team",
"license": "GPL-3.0-or-later",
"devDependencies": {
"jest": "^29.7.0"
}
}