azury
Version:
Powerful Javascript SDK for Azury
34 lines (33 loc) • 728 B
JSON
{
"name": "azury",
"version": "0.0.0",
"description": "Powerful Javascript SDK for Azury",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/azuryapp/sdk.git"
},
"keywords": [
"sdk",
"azury",
"javascript",
"upload",
"share",
"cloud",
"file sharing"
],
"author": "Azury <hello@azury.dev> (https://azury.dev)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/azuryapp/sdk/issues"
},
"homepage": "https://github.com/azuryapp/sdk#readme",
"scripts": {
"start": "node --experimental-json-modules src/index.js"
},
"dependencies": {
"chalk": "^4.1.2",
"node-fetch": "^3.0.0"
},
"type": "module"
}