-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "trellis2ADC",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "env-cmd nodemon -w dist -w package.json dist/index.js",
"startop": "env-cmd op run --env-file .env -- nodemon --inspect -w dist -w package.json dist/index.js",
"startprod": "env-cmd node dist/index.js",
"build": "tsc -b",
"build-types": "node dist/build/build-types.js",
"dev": "tsc -b -w"
},
"dependencies": {
"@modusjs/convert": "^1.0.8",
"@oada/client": "^5.0.0",
"@oada/list-lib": "^5.0.1",
"ajv": "^8.12.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"env-cmd": "^10.1.0",
"glob": "^10.3.10",
"json-2-csv": "^5.5.0",
"json-schema-to-typescript": "^13.1.2",
"jsonschema8": "^2.0.0",
"ono": "^7.1.3",
"p-limit": "^5.0.0",
"p-map": "^7.0.1",
"puppeteer": "21.7.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/debug": "^4",
"@types/node": "^20.11.5",
"concurrently": "^8.2.2",
"nodemon": "^3.0.3"
}
}