This commit is contained in:
Grace Yoder 2026-03-19 19:55:02 +00:00
commit 2824a7dc8b
3 changed files with 158 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "javascript",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}