Removing not neccesary files.

Using same bundler as template project.
This commit is contained in:
2023-02-25 12:07:54 +01:00
parent c9bb903cf4
commit 3b4a0e4ffc
38 changed files with 144 additions and 874 deletions

View File

@ -1,23 +1,20 @@
{
"name": "idealista-enhancer",
"type": "module",
"scripts": {
"bundle": "node bundler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Midefos/idealista-enhancer.git"
"type": "git"
},
"author": "Midefos",
"license": "MIT",
"bugs": {
"url": "https://github.com/Midefos/idealista-enhancer/issues"
},
"homepage": "https://github.com/Midefos/idealista-enhancer#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"browserify-banner": "^2.0.4"
"browserify-banner": "^2.0.4",
"dotenv": "^16.0.3"
}
}