mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"name": "streamwall-shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"color": "^5.0.0",
|
|
"jsondiffpatch": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.6.2"
|
|
}
|
|
}
|