-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "prisma-appsync",
"version": "1.0.2",
"description": "⚡ AppSync GraphQL API Generator for ◭ Prisma ORM.",
"author": "maoosi <hello@sylvainsimao.fr>",
"license": "BSD-2-Clause",
"repository": "git@github.com:maoosi/prisma-appsync.git",
"keywords": [
"api",
"appsync",
"aws",
"crud",
"generator",
"graphql",
"prisma",
"prisma-appsync",
"appsync-crud-api"
],
"bin": "./dist/generator.js",
"engines": {
"node": ">=14",
"pnpm": ">=6"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "zx bin/postinstall.mjs",
"build": "zx bin/build.mjs",
"test": "zx bin/test.mjs",
"dev": "zx bin/dev.mjs",
"cleans": "zx bin/cleans.mjs",
"publish": "zx bin/publish.mjs",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@graphql-inspector/core": "^5.0.2",
"@graphql-tools/schema": "^10.0.2",
"@prisma/client": "^5.7.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@zerollup/ts-transform-paths": "^1.7.18",
"all-contributors-cli": "^6.26.1",
"easygraphql-tester": "^6.0.1",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"graphql": "16.8.1",
"listr": "^0.14.3",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"prisma": "^5.7.1",
"prompts": "^2.4.2",
"sass": "^1.69.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-tsconfig-paths": "^4.2.2",
"vitepress": "1.0.0-rc.32",
"vitest": "^1.1.0"
}
}