14 lines
300 B
JSON
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/*"
|
|
]
|
|
}
|