2022-10-28 12:42:05 +00:00
|
|
|
{
|
|
|
|
"name": "wundergraph-simple",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2023-04-17 10:34:29 +00:00
|
|
|
"start": "wunderctl up",
|
|
|
|
"build": "wunderctl generate",
|
2023-02-27 12:36:40 +00:00
|
|
|
"check": "tsc --noEmit",
|
2023-04-17 10:34:29 +00:00
|
|
|
"test": "npm run build && jest"
|
2022-10-28 12:42:05 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-04-17 10:34:29 +00:00
|
|
|
"@wundergraph/sdk": "0.144.5"
|
2022-10-28 12:42:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-27 12:36:40 +00:00
|
|
|
"@jest/globals": "^29.4.3",
|
|
|
|
"@swc/core": "^1.3.36",
|
|
|
|
"@swc/jest": "^0.2.24",
|
2022-10-28 12:42:05 +00:00
|
|
|
"@types/node": "^14.14.37",
|
2023-02-27 12:36:40 +00:00
|
|
|
"jest": "^29.4.3",
|
|
|
|
"typescript": "^4.9.5"
|
2022-10-28 12:42:05 +00:00
|
|
|
}
|
|
|
|
}
|