-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 925 Bytes
/
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": "iot4ag2Trellis",
"version": "1.0.1",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "tsc -b -w",
"startop": "op run --env-file .env -- nodemon --inspect -w dist dist/index.js",
"start": "nodemon -w dist dist/index.js",
"startprod": "env-cmd node dist/index.js",
"build": "tsc -b",
"build-types": "yarn node dist/build/build-types.js"
},
"dependencies": {
"@oada/client": "^5.0.0",
"@types/atomic-sleep": "^1.0.1",
"@types/pg": "^8.11.0",
"ajv": "^8.12.0",
"atomic-sleep": "^1.0.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"dotenv": "^16.4.3",
"env-cmd": "^10.1.0",
"glob": "^10.3.10",
"json-schema-to-typescript": "^13.1.2",
"jsonschema8": "^2.0.0",
"p-map": "^7.0.1",
"pg": "^8.11.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/debug": "^4",
"nodemon": "^3.0.3"
}
}