mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-17 17:57:19 -04:00
feat: new stuff
This commit is contained in:
parent
ddba85e74b
commit
95d3793c20
7 changed files with 1913 additions and 480 deletions
17
csci/package.json
Normal file
17
csci/package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "csci",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "doublyLinkedList.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"prettier": "3.2.4"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue