-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "poc-azure-iot-digital-twins-modeling",
"version": "1.0.0",
"description": "Unlock the Power of IoT with Azure Digital Twin Modeling",
"main": "index.js",
"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-digital-twins-modeling.git"
},
"author": "Ulises Gascon",
"standard": {
"env": [
"jest"
]
},
"license": "MIT",
"bugs": {
"url": "https://github.com/UlisesGascon/POC-azure-iot-digital-twins-modeling/issues"
},
"homepage": "https://github.com/UlisesGascon/POC-azure-iot-digital-twins-modeling#readme",
"devDependencies": {
"@azure/dtdl-parser": "1.0.0-beta.2",
"cross-env": "7.0.3",
"jest": "29.4.1",
"standard": "17.0.0"
}
}