21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": "wble",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "ale",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.17.1",
|
|
"@stoprocent/noble": "^1.19.1",
|
|
"@types/node": "^20.17.21",
|
|
"random-mac": "^0.0.5",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"type": "module"
|
|
}
|