mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-26 14:20:43 -05:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"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"
|
|
}
|