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:
parent
bdcadcf324
commit
3566513881
3 changed files with 61 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue