Skip to content

Commit

Permalink
feat: Add package.json
Browse files Browse the repository at this point in the history
Added package.json with project details and dependencies
  • Loading branch information
alexlevy0 committed Dec 1, 2023
1 parent 9150b7f commit aa36eec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "disparition",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "serve"
},
"author": "alex lévy",
"devDependencies": {
"serve": "^11.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0"
}
}

0 comments on commit aa36eec

Please sign in to comment.