-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 961 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 961 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
42
43
44
{
"name": "@nocker-inc/prompton",
"version": "0.2.0",
"description": "CLI for https://prompton.io",
"keywords": [
"prompton"
],
"homepage": "https://prompton.io",
"license": "MIT",
"author": "shigurenimo",
"repository": {
"type": "git",
"url": "git+https://github.com/nocker-inc/prompton-cli.git"
},
"bin": {
"prompton": "dist/index.mjs"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"test": "vp test",
"check": "vp check",
"fmt": "vp fmt",
"generate": "gql.tada generate-output"
},
"dependencies": {
"@0no-co/graphqlsp": "^1.15.2",
"@hono/zod-validator": "^0.7.6",
"gql.tada": "^1.9.0",
"graphql": "^16.13.1",
"hono": "^4.12.8",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.10",
"@types/node": "^25.5.0",
"vite-plus": "^0.1.11"
},
"packageManager": "pnpm@10.32.1"
}