File tree Expand file tree Collapse file tree 1 file changed +32
-33
lines changed
src/Azure.Functions.Cli/npm Expand file tree Collapse file tree 1 file changed +32
-33
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " azure-functions-core-tools" ,
3- "version" : " 2.0.1-beta.22" ,
4- "description" : " Azure Functions Core Tools" ,
5- "scripts" : {
6- "build" : " dotnet publish ../ -o ./npm/bin -c release" ,
7- "postinstall" : " node lib/install.js"
8- },
9- "author" : " Microsoft" ,
10- "license" : " MIT" ,
11- "preferGlobal" : true ,
12- "repository" : {
13- "type" : " git" ,
14- "url" : " https://github.com/Azure/azure-functions-cli.git"
15- },
16- "bin" : {
17- "func" : " lib/main.js" ,
18- "azfun" : " lib/main.js" ,
19- "azurefunctions" : " lib/main.js"
20- },
21- "os" : [
22- " win32" ,
23- " darwin" ,
24- " linux"
25- ],
26- "dependencies" : {
27- "chalk" : " ^2.1.0" ,
28- "command-exists" : " ^1.2.2" ,
29- "glob" : " ^7.1.2" ,
30- "progress" : " ^2.0.0" ,
31- "rimraf" : " ^2.6.1" ,
32- "tmp" : " ^0.0.33" ,
33- "unzipper" : " ^0.8.9"
34- }
2+ "name" : " azure-functions-core-tools" ,
3+ "version" : " 2.0.1-beta.25" ,
4+ "description" : " Azure Functions Core Tools" ,
5+ "scripts" : {
6+ "postinstall" : " node lib/install.js"
7+ },
8+ "author" : " Microsoft" ,
9+ "license" : " MIT" ,
10+ "preferGlobal" : true ,
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/Azure/azure-functions-core-tools.git"
14+ },
15+ "bin" : {
16+ "func" : " lib/main.js" ,
17+ "azfun" : " lib/main.js" ,
18+ "azurefunctions" : " lib/main.js"
19+ },
20+ "os" : [
21+ " win32" ,
22+ " darwin" ,
23+ " linux"
24+ ],
25+ "dependencies" : {
26+ "chalk" : " ^2.1.0" ,
27+ "command-exists" : " ^1.2.2" ,
28+ "glob" : " ^7.1.2" ,
29+ "progress" : " ^2.0.0" ,
30+ "rimraf" : " ^2.6.1" ,
31+ "tmp" : " ^0.0.33" ,
32+ "unzipper" : " ^0.8.9"
33+ }
3534}
You can’t perform that action at this time.
0 commit comments