structuring shits up
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user