-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
42
43
44
45
46
47
48
{
"name": "jibungoto_planet-api",
"version": "0.1.0",
"bin": {
"jibungoto_planet-api": "bin/jibungoto_planet-api.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"lint": "npx eslint 'lib/**/*.ts'",
"lint:fix": "npx prettier --write 'lib/**/*.ts' && eslint --fix lib/**/*.ts"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"aws-cdk": "2.141.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.575.0",
"@aws-sdk/lib-dynamodb": "^3.575.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"ajv": "^8.13.0",
"aws-cdk-lib": "2.141.0",
"aws-sdk": "^2.1618.0",
"aws-serverless-express": "^3.4.0",
"constructs": "^10.3.0",
"eslint": "^9.2.0",
"eslint-plugin-jest": "^28.5.0",
"express": "^4.19.2",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"typescript-eslint": "^7.9.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
}
}