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.
2023-01-31 10:02:20 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-02-05 15:26:13 +00:00
|
|
|
"eventemitter3": "^5.0.0",
|
2023-01-31 10:02:20 +00:00
|
|
|
"libkernel": "^0.1.48",
|
|
|
|
"libkmodule": "^0.2.53"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^2.8.3",
|
|
|
|
"typescript": "^4.9.4"
|
|
|
|
}
|
|
|
|
}
|