mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
13 lines
172 B
JSON
13 lines
172 B
JSON
{
|
|
"name": "@usebruno/bruno-lang",
|
|
"version": "0.1.0",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|