@akadenia/azure-storage
Version:
Microsoft Azure storage helper methods
78 lines (77 loc) • 2.49 kB
JSON
{
"name": "@akadenia/azure-storage",
"version": "2.0.1",
"description": "Microsoft Azure storage helper methods",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"Azure",
"Blob Storage",
"Queue Storage",
"Table Storage",
"akadenia"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"test": "jest",
"test:with-azurite": "concurrently -k -s first -n \"AZURITE,JEST\" -c \"blue,magenta\" \"azurite --silent --skipApiVersionCheck --location ./azurite-data\" \"sleep 2 && jest\"",
"azurite": "azurite --silent --skipApiVersionCheck --location ./azurite-data",
"format": "prettier --write \"./**/*.{ts,tsx,js,jsx,json,yml}\"",
"lint": "prettier --check \"./**/*.{ts,tsx,js,jsx,json,yml}\" && tsc --noEmit",
"prepare": "husky",
"version": "git add -A src",
"updateLink": "npm run build && npm rm @akadenia/azure-storage -g && npm link",
"generate:docs": "ts-node generate-docs.ts"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/akadenia/AkadeniaAzureStorage.git"
},
"author": "Akadenia",
"license": "MIT",
"bugs": {
"url": "https://github.com/akadenia/AkadeniaAzureStorage/issues"
},
"homepage": "https://akadenia.com/packages/akadenia-azure-storage",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@azure/data-tables": "^13.3.2",
"@azure/identity": "^4.13.1",
"@azure/logger": "^1.3.0",
"@azure/storage-blob": "^12.31.0",
"@azure/storage-queue": "^12.29.0"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@jest/globals": "^30.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^14.0.0",
"@types/jsdoc-to-markdown": "^7.0.6",
"@types/node": "^25.5.0",
"azurite": "^3.35.0",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"jest": "^30.3.0",
"jsdoc-to-markdown": "^9.1.3",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"wait-on": "^9.0.4"
},
"engines": {
"node": ">=20.x"
}
}