core(package): removing the double package and added it in the src folder

The package for the core of the project is in src/
This commit is contained in:
Raphael 2025-09-28 21:48:23 +02:00
parent bdcadcf324
commit 3566513881
No known key found for this signature in database
3 changed files with 61 additions and 10 deletions

View file

@ -14,7 +14,12 @@
"install-all": "npm install"
},
"devDependencies": {
"rimraf": "^5.0.1"
"rimraf": "^5.0.1",
"@eslint/js": "^9.36.0",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"eslint": "^9.36.0",
"typescript-eslint": "^8.44.1"
},
"dependencies": {
"bindings": "^1.5.0"