mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 09:04:45 +01:00
16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"name": "@usebruno/schema",
|
|
"version": "0.3.1",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|