@rr-vault/sdk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +21 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export default function RRVault() {
2
+ console.log("My First NPM Package");
3
+ }
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@rr-vault/sdk",
3
+ "version": "1.0.0",
4
+ "description": "\"RR-Vault SDK is a developer-first cloud storage client for securely uploading, managing, and delivering files using API keys, app-based access, and scalable infrastructure.\"",
5
+ "keywords": [],
6
+ "homepage": "https://github.com/mdrezuanislamridoy/rr-vault-sdk#readme",
7
+ "bugs": {
8
+ "url": "https://github.com/mdrezuanislamridoy/rr-vault-sdk/issues"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/mdrezuanislamridoy/rr-vault-sdk.git"
13
+ },
14
+ "license": "ISC",
15
+ "author": "Ridoy781 <ridoy.babu.781@gmail.com>",
16
+ "type": "module",
17
+ "main": "index.js",
18
+ "scripts": {
19
+ "test": "echo \"Error: no test specified\" && exit 1"
20
+ }
21
+ }