-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 882 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 882 Bytes
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": "amplication-testing",
"version": "1.0.0",
"description": "",
"main": "main.ts",
"scripts": {
"e2e:test": "jest tests/data-service-generator.e2e.spec.ts",
"start": "ts-node main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@amplication/code-gen-types": "^2.0.23",
"@apollo/client": "^3.9.9",
"base-64": "^1.0.0",
"cross-fetch": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/uuid": "^9.0.8",
"docker-compose": "^0.24.7",
"get-port-please": "^3.1.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"engines": {
"node": "^18.12.1",
"npm": "^9.0.0"
}
}