bruno/packages/bruno-lang/package.json

16 lines
217 B
JSON
Raw Normal View History

2023-01-12 19:16:01 +01:00
{
2023-01-22 14:02:28 +01:00
"name": "@usebruno/lang",
2023-01-12 19:16:01 +01:00
"version": "0.1.0",
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"scripts": {
"test": "jest"
2023-01-14 12:23:52 +01:00
},
"dependencies": {
"arcsecond": "^5.0.0"
2023-01-12 19:16:01 +01:00
}
}