Files
personal-code-finder/package.json
2026-02-01 15:02:15 +02:00

20 lines
431 B
JSON

{
"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"
}
}