mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 00:54:10 +01:00
31 lines
590 B
JSON
31 lines
590 B
JSON
{
|
|
"name": "@usebruno/js",
|
|
"version": "0.5.0",
|
|
"license" : "MIT",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"peerDependencies": {
|
|
"vm2": "^3.9.13"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --testPathIgnorePatterns test.js"
|
|
},
|
|
"dependencies": {
|
|
"@usebruno/query": "0.1.0",
|
|
"ajv": "^8.12.0",
|
|
"atob": "^2.1.2",
|
|
"axios": "^0.26.0",
|
|
"btoa": "^1.2.1",
|
|
"crypto-js": "^4.1.1",
|
|
"json-query": "^2.2.2",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"nanoid": "3.3.4",
|
|
"node-fetch": "2.*",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|