mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 00:13:24 +01:00
11 lines
149 B
JSON
11 lines
149 B
JSON
{
|
|
"name": "@usebruno/schema",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|