-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
39
40
41
{
"name": "danechitoaie",
"version": "1.0.0",
"description": "",
"author": "Daniel Anechitoaie <daniel.anechitoaie@osf.digital>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"check": "tsc --noEmit",
"build": "ts-node scripts/build.ts",
"deploy": "ts-node scripts/deploy.ts"
},
"devDependencies": {
"@types/aws-serverless-express": "^3.3.5",
"@types/express": "^4.17.13",
"@types/node": "^14.18.7",
"@types/rimraf": "^3.0.2",
"@types/tar": "^6.1.1",
"@types/yargs": "^17.0.8",
"cross-fetch": "^3.1.4",
"esbuild": "^0.14.11",
"globby": "^11.0.4",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tar": "^6.1.11",
"tasuku": "^1.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yargs": "^17.3.1"
},
"dependencies": {
"@trpc/server": "^9.17.0",
"aws-serverless-express": "^3.4.0",
"express": "^4.17.2",
"source-map-support": "^0.5.21",
"zod": "^3.11.6"
},
"commerceCloudRuntime": {
"ssrFunctionNodeVersion": "14.x"
}
}