forked from Azure/iot-plugandplay-models-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.18 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.18 KB
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
{
"name": "azure-dtdl-repository",
"version": "1.0.0",
"description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.",
"main": "repo-convention.js",
"dependencies": {
"jsonata": "^1.8.3",
"mkdirp": "^1.0.4"
},
"devDependencies": {},
"scripts": {
"validate-files": "node .github/workflows/validate-files.js",
"validate-ids": "node .github/workflows/validate-ids.js",
"validate-deps": "node .github/workflows/validate-deps.js",
"validate-model": "resolverclient validate --repository . --model-file",
"add-model": "node tools/add-model.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azure/device-models.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/azure/device-models/issues"
},
"homepage": "https://github.com/azure/device-models#readme",
"standard": {
"globals": [
"test",
"expect"
]
}
}