-
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) · 994 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 994 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
39
40
41
{
"name": "simplify-graphql",
"version": "0.1.45",
"description": "Simplify graphql-serverless architecture model (GSAM)",
"main": "entrypoint.js",
"bin": {
"simplify-graphql": "entrypoint.js"
},
"scripts": {
"build": "node entrypoint.js -i graphql.schema",
"start": "node GraphQL/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplify-framework/graphql.git"
},
"keywords": [
"graphql",
"lambda",
"faas",
"aws"
],
"author": "Duong Dinh Cuong",
"license": "MIT",
"bugs": {
"url": "https://github.com/simplify-framework/graphql/issues"
},
"homepage": "https://github.com/simplify-framework/graphql#README",
"dependencies": {
"diff": "^4.0.2",
"dotenv": "8.2.0",
"graphql": "^14.0.0",
"graphql-tag": "^2.10.3",
"hogan.js": "^3.0.2",
"mkdirp": "^1.0.4",
"readline-sync": "^1.4.10",
"simplify-templates": "^0.1.49",
"uuid": "^8.1.0",
"yargs": "^15.3.1"
}
}