bruno/packages/bruno-lang/package.json
2023-09-25 20:57:51 -05:00

21 lines
309 B
JSON

{
"name": "@usebruno/lang",
"version": "0.4.0",
"license" : "MIT",
"main": "src/index.js",
"files": [
"src",
"v1",
"v2",
"package.json"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"arcsecond": "^5.0.0",
"lodash": "^4.17.21",
"ohm-js": "^16.6.0"
}
}