mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
22 lines
334 B
JSON
22 lines
334 B
JSON
{
|
|
"name": "@usebruno/lang",
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"v1",
|
|
"v2",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"arcsecond": "^5.0.0",
|
|
"dotenv": "^16.3.1",
|
|
"lodash": "^4.17.21",
|
|
"ohm-js": "^16.6.0"
|
|
}
|
|
}
|