Removing not neccesary files.
Using same bundler as template project.
This commit is contained in:
11
package.json
11
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user