chore: publishing to npm

This commit is contained in:
Anoop M D
2023-02-08 03:45:27 +05:30
parent 2b384656b6
commit 67643c4c48
8 changed files with 36 additions and 7 deletions

View File

@ -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"
}
}

View File

@ -0,0 +1,8 @@
# bruno-js
Provides the script, test, vars and assert runtimes.
### Publish to Npm Registry
```bash
npm publish --access=public
```