bruno/packages/bruno-lang/package.json

13 lines
172 B
JSON
Raw Normal View History

2023-01-12 19:16:01 +01:00
{
"name": "@usebruno/bruno-lang",
"version": "0.1.0",
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"scripts": {
"test": "jest"
}
}