idealista-enhancer/package.json
Jorge Bolois 3b4a0e4ffc Removing not neccesary files.
Using same bundler as template project.
2023-02-25 12:07:54 +01:00

21 lines
400 B
JSON

{
"name": "idealista-enhancer",
"type": "module",
"scripts": {
"bundle": "node bundler.js"
},
"repository": {
"type": "git"
},
"author": "Midefos",
"license": "MIT",
"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",
"dotenv": "^16.0.3"
}
}