This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
libkernel-universal/package.json

20 lines
484 B
JSON

{
"name": "@lumeweb/libkernel-universal",
"type": "module",
"version": "0.1.0",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc"
},
"dependencies": {
"@siaweb/libweb": "git+https://git.lumeweb.com/LumeWeb/libsiaweb.git",
"eventemitter2": "^6.4.9",
"libkernel": "^0.1.48",
"libkmodule": "^0.2.53"
},
"devDependencies": {
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}