bruno/packages/bruno-schema/package.json

17 lines
239 B
JSON
Raw Normal View History

{
"name": "@usebruno/schema",
"version": "0.6.0",
2023-09-28 01:47:59 +02:00
"license": "MIT",
"main": "src/index.js",
2022-10-16 23:33:32 +02:00
"files": [
"src",
"package.json"
],
"scripts": {
"test": "jest"
},
"peerDependencies": {
"yup": "^0.32.11"
}
}