-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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": "series-sample",
"version": "1.0.0",
"description": "series model created with simfinity.js",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:apollo": "node index.apollo.js",
"start:yoga": "node index.yoga.js",
"lint": "eslint ./"
},
"author": "Multiscreen Technology Group - SimTLiX SRL",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/simtlix/series-sample"
},
"dependencies": {
"@apollo/server": "^4.12.2",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
"@as-integrations/express5": "^1.1.2",
"@envelop/core": "^5.3.0",
"@simtlix/simfinity-js": "^2.5.0",
"@simtlix/simfinity-js-client": "^1.1.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"graphql": "^16.11.0",
"graphql-date-scalars": "^0.2.0",
"graphql-http": "^1.22.4",
"graphql-yoga": "^5.16.0",
"mongoose": "^8.18.2",
"node-fetch": "^3.3.2",
"ruru": "^2.0.0-beta.24"
},
"devDependencies": {
"eslint": "^10.0.1"
}
}