bruno/packages/bruno-js/package.json

34 lines
668 B
JSON
Raw Normal View History

2023-01-24 13:57:47 +01:00
{
"name": "@usebruno/js",
2023-10-23 10:39:24 +02:00
"version": "0.9.1",
"license": "MIT",
2023-01-24 13:57:47 +01:00
"main": "src/index.js",
"files": [
"src",
"package.json"
],
"peerDependencies": {
"vm2": "^3.9.13"
2023-02-06 10:54:34 +01:00
},
"scripts": {
"test": "jest --testPathIgnorePatterns test.js"
},
2023-02-06 10:54:34 +01:00
"dependencies": {
2023-02-20 19:30:10 +01:00
"@usebruno/query": "0.1.0",
2023-02-07 23:15:27 +01:00
"ajv": "^8.12.0",
"atob": "^2.1.2",
"axios": "^0.26.0",
2023-02-07 23:15:27 +01:00
"btoa": "^1.2.1",
"chai": "^4.3.7",
2023-10-23 10:39:24 +02:00
"chai-string": "^1.5.0",
2023-02-07 23:15:27 +01:00
"crypto-js": "^4.1.1",
"handlebars": "^4.7.8",
2023-02-07 23:15:27 +01:00
"json-query": "^2.2.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nanoid": "3.3.4",
"node-fetch": "2.*",
2023-02-20 19:30:10 +01:00
"uuid": "^9.0.0"
2023-01-24 13:57:47 +01:00
}
}