mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
19 lines
276 B
JSON
19 lines
276 B
JSON
{
|
|
"name": "@usebruno/toml",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|