bruno/packages/bruno-schema/package.json

16 lines
219 B
JSON
Raw Permalink Normal View History

{
"name": "@usebruno/schema",
2023-02-07 23:15:27 +01:00
"version": "0.3.0",
"main": "src/index.js",
2022-10-16 23:33:32 +02:00
"files": [
"src",
"package.json"
],
"scripts": {
"test": "jest"
},
"peerDependencies": {
"yup": "^0.32.11"
}
}