Files
hoppscotch/package.json
2021-09-10 00:28:28 +05:30

14 lines
300 B
JSON

{
"name": "hoppscotch-app",
"version": "2.0.0",
"description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"workspaces": [
"./packages/*"
]
}