initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user