-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (33 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@lacedon/azure-node-deploy",
"version": "0.1.2",
"description": "A small package to work with Azure's storage container",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lacedon/azure-node-deploy.git"
},
"author": "lacedon1@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/lacedon/azure-node-deploy/issues"
},
"homepage": "https://github.com/lacedon/azure-node-deploy#readme",
"devDependencies": {
"@types/mime-types": "^2.1.0",
"@types/node": "^14.0.27",
"typescript": "^3.9.7"
},
"dependencies": {
"@azure/storage-blob": "^12.2.0-preview.1",
"@azure/storage-file-share": "^12.2.0-preview.1",
"mime-types": "^2.1.27"
}
}