initial commit

This commit is contained in:
2026-02-01 15:02:15 +02:00
commit c258d16088
11 changed files with 10571 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "personal-code-finder",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node --transpile-only index.ts",
"filter": "ts-node --transpile-only filter.ts"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@types/express": "4.17.21",
"@types/node": "20.12.2",
"isikukood": "3.1.4",
"ts-node": "10.9.2",
"typescript": "5.4.3"
}
}