2023-01-24 13:57:47 +01:00
|
|
|
{
|
|
|
|
"name": "@usebruno/js",
|
2024-05-06 12:54:00 +02:00
|
|
|
"version": "0.12.0",
|
2023-09-27 20:17:56 +02:00
|
|
|
"license": "MIT",
|
2023-01-24 13:57:47 +01:00
|
|
|
"main": "src/index.js",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2024-01-16 23:31:00 +01:00
|
|
|
"@n8n/vm2": "^3.9.23"
|
2023-02-06 10:54:34 +01:00
|
|
|
},
|
2023-02-11 04:55:05 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "jest --testPathIgnorePatterns test.js"
|
|
|
|
},
|
2023-02-06 10:54:34 +01:00
|
|
|
"dependencies": {
|
2024-06-21 07:45:23 +02:00
|
|
|
"@usebruno/common": "0.1.0",
|
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",
|
2024-02-18 14:22:04 +01:00
|
|
|
"ajv-formats": "^2.1.1",
|
2023-03-23 17:05:41 +01:00
|
|
|
"atob": "^2.1.2",
|
2023-10-30 18:03:32 +01:00
|
|
|
"axios": "^1.5.1",
|
2023-02-07 23:15:27 +01:00
|
|
|
"btoa": "^1.2.1",
|
2023-09-27 20:17:56 +02:00
|
|
|
"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",
|
|
|
|
"json-query": "^2.2.2",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"moment": "^2.29.4",
|
|
|
|
"nanoid": "3.3.4",
|
2023-04-20 07:21:29 +02:00
|
|
|
"node-fetch": "2.*",
|
2024-02-18 14:22:04 +01:00
|
|
|
"node-vault": "^0.10.2",
|
|
|
|
"uuid": "^9.0.0"
|
2023-01-24 13:57:47 +01:00
|
|
|
}
|
2023-03-23 17:05:41 +01:00
|
|
|
}
|