mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
80fdef796c
refactor plan-prices scripts and add new currency (INR) GitOrigin-RevId: 12b515143e0426f19b2d224569bf9c5490b7d72a
16 lines
300 B
JSON
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"
|
|
}
|
|
}
|