-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 991 Bytes
/
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
{
"name": "@team-fuho/wt",
"version": "2.2.6",
"description": "powered by `wagtail`. awesome!",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/src",
"/dist"
],
"scripts": {
"fmt": "biome check --fix",
"test": "biome lint",
"build": "tsc && esbuild src/index.ts --bundle --sourcemap --target=es6 --platform=neutral --minify --outfile=dist/index.js",
"schema": "gql-gen --config codegen.ts"
},
"keywords": [],
"author": "stdpi",
"license": "MIT",
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@biomejs/biome": "1.8.1",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-typed-document-node/core": "^3.2.0",
"esbuild": "^0.24.0",
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Fuho/wt.git"
},
"bugs": {
"url": "https://github.com/Team-Fuho/wt/issues"
},
"homepage": "https://github.com/Team-Fuho/wt#readme"
}