forked from Azure/azureml-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@azure-samples/machinelearning-ts",
"private": true,
"version": "1.0.0",
"description": "Azure machinelearning client library samples for TypeScript",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc",
"prebuild": "rimraf dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-sdk-for-js.git",
"directory": "sdk/machinelearning/arm-machinelearning"
},
"keywords": [
"node",
"azure",
"typescript",
"browser",
"cloud",
"isomorphic",
"machinelearning"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-machinelearning",
"dependencies": {
"@azure/arm-machinelearning": "^2.1.1",
"@azure/identity": "^2.1.0",
"@azure/keyvault-secrets": "latest",
"dotenv": "latest"
},
"devDependencies": {
"@types/node": "^14.0.0",
"typescript": "~4.8.0",
"rimraf": "latest"
}
}