21 lines
400 B
JSON
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"
|
|
}
|
|
}
|