mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 13:18:57 +02:00
chore: publishing to npm
This commit is contained in:
@ -10,6 +10,14 @@
|
||||
"vm2": "^3.9.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"json-query": "^2.2.2"
|
||||
"atob": "^2.1.2",
|
||||
"ajv": "^8.12.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",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
}
|
||||
|
8
packages/bruno-js/readme.md
Normal file
8
packages/bruno-js/readme.md
Normal file
@ -0,0 +1,8 @@
|
||||
# bruno-js
|
||||
|
||||
Provides the script, test, vars and assert runtimes.
|
||||
|
||||
### Publish to Npm Registry
|
||||
```bash
|
||||
npm publish --access=public
|
||||
```
|
Reference in New Issue
Block a user