structuring shits up

This commit is contained in:
Gator
2022-01-01 14:07:34 +01:00
parent a2e16a0fde
commit 56566aa802
8 changed files with 367 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "exploraton",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"serve": "python3 -m http.server 8001 --directory src"
},
"author": "gator",
"license": "MIT",
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3"
}
}