-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 932 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 932 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
45
46
47
{
"name": "@exogee/graphweaver-scalars",
"version": "2.20.5",
"description": "Common scalar types for use with @exogee/graphweaver",
"license": "Apache-2.0",
"main": "lib/index.js",
"source": "src/index.ts",
"sideEffects": false,
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"scripts": {
"build": "npm run build:js && npm run build:types",
"build:js": "node build.js",
"build:types": "tsc --emitDeclarationOnly",
"package:pack": "pnpm pack",
"version": "npm version --no-git-tag-version"
},
"dependencies": {
"graphql-scalars": "1.25.0",
"luxon": "3.7.2"
},
"peerDependencies": {
"graphql": "16"
},
"devDependencies": {
"@types/luxon": "3.7.1",
"decimal.js": "10.6.0",
"esbuild": "0.25.11",
"glob": "11.0.3",
"graphql": "16.11.0",
"typescript": "5.9.3"
},
"keywords": [
"graphql",
"gql",
"headless",
"cms",
"postgres",
"postgresql",
"mysql",
"sqlite"
]
}