overleaf/services/web/scripts/plan-prices/package.json
Brian Gough 80fdef796c Merge pull request #12817 from overleaf/bg-plan-scripts
refactor plan-prices scripts and add new currency (INR)

GitOrigin-RevId: 12b515143e0426f19b2d224569bf9c5490b7d72a
2023-04-27 08:06:06 +00:00

16 lines
300 B
JSON

{
"name": "prices",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"csv": "^6.2.10",
"minimist": "^1.2.8",
"xlsx": "^0.18.5"
}
}