-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.13 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
{
"name": "poc-azure-iot-dtdl-ontology",
"version": "1.0.0",
"description": "Show the power of Ontology in the Digital Twins Definition Language universe to build powerful and sustainable devices.",
"private": true,
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "cross-env NODE_ENV=test && jest --detectOpenHandles --forceExit --verbose",
"test:coverage": "cross-env NODE_ENV=test && jest --detectOpenHandles --forceExit --verbose --coverage",
"test:watch": "cross-env NODE_ENV=test && jest --detectOpenHandles --forceExit --verbose --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UlisesGascon/POC-azure-IOT-DTDL-ontology.git"
},
"author": "Ulises Gascon",
"standard": {
"env": [
"jest"
]
},
"license": "MIT",
"bugs": {
"url": "https://github.com/UlisesGascon/POC-azure-IOT-DTDL-ontology/issues"
},
"homepage": "https://github.com/UlisesGascon/POC-azure-IOT-DTDL-ontology#readme",
"devDependencies": {
"@azure/dtdl-parser": "1.0.0-beta.2",
"cross-env": "7.0.3",
"jest": "29.4.1",
"standard": "17.0.0"
}
}