mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-05 17:35:36 -05:00
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"name": "streamwall-shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"color": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.6.2"
|
|
}
|
|
}
|