mirror of
https://github.com/FoggedLens/alprleaks.git
synced 2026-02-12 14:32:44 +00:00
21 lines
397 B
JSON
21 lines
397 B
JSON
{
|
|
"name": "alprleaks",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"start": "node src/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"dependencies": {
|
|
"csv-writer": "^1.6.0"
|
|
}
|
|
}
|