bruno/packages/bruno-lang/package.json
2023-01-12 23:46:01 +05:30

13 lines
172 B
JSON

{
"name": "@usebruno/bruno-lang",
"version": "0.1.0",
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"scripts": {
"test": "jest"
}
}